a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.train-a:hover{
    text-decoration: none;
}
/*.top-bigbanner{
    margin-top: 66px;
}*/
.training-content-box{
    width: 100%;
    background-color: #F4F4F4;
    justify-content: center;
    align-items: center;
    height: 1000px;
}
.training-content{
    width: 1201px;
    background-color: #FFFFFF;
}
.training-content-left{
    width: 960px;
    height: 100%;
}
.training-content-line{
    width: 1px;
    height: 100%;
    background-color: #E6E6E6;
}
.training-content-right{
    width: 240px;
    height: 100%;
}
.img-and-news{
    width: 100%;
    height: 360px;
}
.training-imgnews{
    width: 420px;
    height: 100%;
    padding: 0 20px;
}
.imgnews-title{
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: space-between;
}
.training-title-text1{
    display: block;
    font-size: 18px;
    color: #00C5B1;
    font-weight: bolder;
}
.training-more-text{
    display: block;
    font-size: 18px;
    color: #00C5B1;
    font-weight: bolder;
    cursor: pointer;
}
.training-title-line{
    width: 1px;
    height: 25px;
    margin: 0 10px;
    background-color: #E6E6E6;
}
.training-title-text2{
    color: #8D8E99;
    font-size: 16px;
}
.training-title-text3{
    display: block;
    color: #8D8E99;
    font-size: 15px;
    justify-self: flex-end;
    cursor: pointer;
}
.training-row-line{
    height: 1px;
    width: 100%;
    background-color: #E6E6E6;
}
.imgnews-main{
    background-color: green;
    height: 290px;
    margin-top: 19px;
    width: 100%;
}
.training-information{
    width: 540px;
    padding: 0 20px;
    height: 100%;
}
.information-main{
    height: 290px;
    margin-top: 19px;
    width: 100%;
}
.information-item{
    width: 100%;
    height: 58px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.information-item-text1{
    display: block;
    color: #343434;
    font-size: 16px;
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.information-item-text2{
    display: block;
    color: #727C94;
    font-size: 15px;
}
.lesson-part{
    margin-top: 30px;
    width: 100%;
    padding: 0 20px;
    height: 221px;
}
.lesson-content{
    width: 100%;
    height: 150px;
    align-items: center;
    margin-top: 20px;
    /*justify-content: space-around;*/
}
.lesson-item{
    height: 150px;
    width: 230px;
    align-content: flex-start;
    cursor: pointer;
}
.lesson-item-img{
    height: 120px;
    width: 220px;
}
.lesson-item-name{
    display: block;
    width: 200px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 30px;
    color: #343434;
}
.training-notice{
    margin-top: 30px;
    width: 100%;
    padding: 0 20px;
    height: 311px;
}
.train-notice-content{
    margin-top: 20px;
    height: 240px;
    width: 100%;
}
.train-notice-item{
    height: 60px;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}
.train-notice-text1{
    width: 680px;
    display: block;
    color: #343434;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.train-notice-text2{
    display: block;
    color: #00C5B1;
    cursor: pointer;
    font-size: 15px;
}
.sign-in-box{
    height: 268px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 25px;
}
.right-title{
    height: 50px;
    align-items: center;
    width: 100%;
}
.right-title-mini{
    height: 50px;
    align-items: center;
}
.right-title-text1{
    font-size: 16px;
    font-weight: bolder;
    color: #00C5B1;
}
.sign-in-content{
    margin-top: 15px;
    height: 190px;
    width: 100%;
}
.sign-in-bt{
    height: 36px;
    width: 84px;
    color: #FFFFFF;
    background: #00C5B1;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
.to-sign-tip{
    color: red;
    font-size: 14px;
    display: block;
    height: 26px;
    line-height: 32px;
    width: 100%;
    padding-left: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}
.sign-in-bt-box{
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: space-around;
    margin-top: 16px;
}
.sign-in-input-box{
    width: 100%;
    align-items: center;
    height: 88px;
    justify-content: space-between;
}
.sign-in-input{
    height: 36px;
    border: #E6E6E6 1px solid;
    background: #FFFFFF !important;
    width: 196px;
    padding: 0 6px;
}
.sign-in-input2{
    height: 36px;
    border: #E6E6E6 1px solid;
    background: #FFFFFF !important;
    width: calc(100% - 86px);
    padding: 0 6px;
}
.sign-in-yzmbox{
    width: 196px;
    height: 36px;
}
.yzm-bt{
    width: 86px;
    height: 36px;
    color: #FFFFFF;
    background-color: #00C5B1;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.yzmyfs-bt{
    width: 86px;
    height: 36px;
    color: #8D8E99;
    background-color: #F4F4F4;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    display: none;
}
.sign-in-change-text{
    font-size: 14px;
    display: block;
    align-self: flex-end;
    height: 26px;
    line-height: 32px;
    color: #00C5B1;
    cursor: pointer;
}
.train-sign-up-box{
    height: 281px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 25px;
}
.train-sign-up-content{
    margin-top: 15px;
    height: 250px;
    width: 100%;
    justify-content: space-around;
}
.train-sign-up-item{
    justify-content: space-between;
    width: 100%;
    height: 55px;
    align-items: center;
}
.train-sign-up-text1{
    width: 120px;
    display: block;
    color: #343434;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-box{
    height: 268px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 25px;
    display: none;
}
.user-content{
    margin-top: 15px;
    height: 190px;
    width: 100%;
}
.user-info-item{
    width: 100%;
}
.user-content-img{
    width: 80px;
    height: 96px;
}
.user-content-info{
    width: calc(100% - 95px);
    height: 96px;
    margin-left: 15px;
    justify-content: space-around;
}
.sign-off-box{
    width: 80px;
    height: 32px;
    justify-content: center;
    align-items: center;
}
.sign-off{
    height: 26px;
    line-height: 26px;
    display: block;
    font-size: 15px;
    color: #00C5B1;
    cursor: pointer;
}
.user-content-text{
    width: 100%;
    height: 26px;
    line-height: 26px;
    display: block;
    font-size: 15px;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.train-lecturer-box{
    height: 336px;
    width: 100%;
    padding: 0 15px;
}
.lecturer-content{
    height: 270px;
    width: 100%;
    justify-content: space-around;
    margin-top: 15px;
}
.lecturer-item{
    height: 90px;
    width: 100%;
    align-items: center;
    cursor: pointer;
}
.lecturer-item-img{
    height: 70px;
    width: 60px;
}
.lecturer-item-info{
    height: 60px;
    width: 120px;
    justify-content: center;
    margin-left: 15px;
}
.lecturer-item-text1{
    display: block;
    font-size: 15px;
    color: #343434;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*轮播*/
.swiper-container {
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 99;
}
.lunboimg {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}
/*轮播*/

/*弹窗*/
.shade{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(244,244,244,0.9);
    z-index: 98;
}
.shadeBox{
    opacity: 1;
    padding: 20px;
    z-index: 100;
    width: 50% ;
    min-height: 500px;
    max-height: 700px;
    border: 1px solid #F4F4F4;
    background-color: #FFF;
    margin: 100px auto;

}
.className{
    display: flex;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #F4F4F4;
    justify-content: center;
    padding: 25px 0;
    color: #00C5B1;
}
.descriptionTitle{
    width: 20%;
    min-height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #00C5B1;
    font-weight: bolder;
}
.descriptionContent{
    width: 80%;
    max-height: 200px;
    overflow-x: auto;
    border-left: 2px solid #F4F4F4;
    padding-left:10px;
    color: #343434;
    display: flex;
    align-items: center;
}
.description{
    margin-bottom: 5px;
    border-bottom: 2px solid #F4F4F4;
    display: flex;
    justify-content: space-between;
}
.ListContent{
    width: 80%;
    min-height: 200px;
    max-height: 400px;
    overflow-x: auto;
    border-left: 2px solid #F4F4F4;
    padding-left:10px;
}
.ListContentItem{
    display: flex;
    border-bottom: 2px solid #E6E6E6;
    justify-content: space-evenly;
    display: flex;
    align-items: center;
    /* justify-content: center;*/
    min-height: 50px;
    padding: 5px 0px;
}
.itemTitle{
    width:20%;
}
.itemMin{
    width: 10%;
}
.itemDesc{
    width: 58%;
}
.submitBox {
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
}
.submit {
    height: 36px;
    width: 84px;
    color: #FFFFFF;
    background: #00C5B1;
    text-align: center;
    line-height: 36px;
}
/*top登录*/
.top-load-up{
    width: 1912px;
    height: 100%;
    background-color: rgba(14, 101, 140, 0.5);
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 100;
    align-items: center;
}
.top-load-up-mid{
    width: 460px;
    height: 340px;
    background-color: #FFFFFF;
    margin-top: 200px;
    padding: 0 20px;
    align-items: center;
}
.top-load-up-title{
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.top-load-up-text1{
    font-weight: bolder;
    font-size: 19px;
    color: #00C5B1;
    display: block;
}
.top-load-up-box{
    margin-top: 32px;
    width: 320px;
}
.sign-in-input-item{
    height: 58px;
    width: 320px;
    align-items: center;
    justify-content: space-around;
}
.top-load-up-text2{
    display: block;
    width: 80px;
    text-align: center;
    /*width: ;*/
}
.top-load-up-bt-box{
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: space-around;
    margin-top: 32px;
}
.top-load-up-bt{
    height: 36px;
    width: 120px;
    color: #FFFFFF;
    background: #00C5B1;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}