.head-top{
    width: 100%;
    height: 34px;
    background: #eeeeee;
}

.head-logo{
    width: 100%;
    height: 80px;
    background-image: url(../images/tbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.menu-list{
    width: 100%;
    height: 44px;
    background: #208BF5;
    /* border: 1px solid #0052A3; */
    box-shadow: inset 0 0 1px 1px rgba(0, 122, 242, 0.62);
}

.menu-list .menu-item{
    width: 8%;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
    float: left;
    text-align: center;
}

.menu-list .menu-item>a{
    color: #fff;
    text-decoration: none;
}

.menu-list .menu-item.active{
    background: #0061C1;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.20);
}

.banner-content{
    width: 100%;
    height: 283px;
}

.banner-content .carousel-indicators .active {
    width: 30px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.banner-content>div{
    /*height: 100%;*/
}

.banner-content>div>.carousel{
    height: 100%;
}

.banner-content .carousel-inner{
    height: 100%;
    height: 283px;
}

.banner-content .carousel-inner>.item{
    height: 100%;
}

.banner-content .carousel-inner>.item>img {
    width: 100%;
    height: 100%;
}

.banner-content .login-content{
    margin-top: -285px;
    /*height: 285px;*/
}

.banner-content .banner-login{
    width: 250px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(0, 122, 242, 0.62);
    position: absolute;
    top: 20px;
    right: 0;
}

.banner-content .banner-login h5{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #EAEEF4;
}
.input-group1{width: 230px;height: 40px;border-radius: 5px;overflow: hidden;}
    	.input-group1>.pic{width: 40px;height: 40px;}
    	.input-group1>.form-control1{width: 190px;height: 40px;border: 1px solid #EEE;padding-left: 10px;border-radius: 0 5px 5px 0}
.banner-content .banner-login .input-group .input-group-addon {
    padding: 0px 0px;
    background: #f1f8fe;
}

.banner-content .banner-login .input-group .form-control{
    height: 42px;
    width: 100%;
}

.banner-content .banner-login .input-group label{
    font-weight: normal;
}

.banner-content .banner-login .input-group label .checkbox{
    display: inline-block;
    margin:unset;
    vertical-align: middle;
    width: 15px;
    height: 15px;
        margin-bottom: 2px;
}

.banner-content .banner-login .input-group label span{
    margin-left: 5px;
}

.banner-content .banner-login .input-group>span>i{
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../images/id.jpg);
    background-repeat: no-repeat;
}

.banner-content .banner-login .input-group>span>b {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../images/pwd.jpg);
    background-repeat: no-repeat;
}

.banner-content .banner-login .input-group{
    width: 100%;
}

.banner-content .banner-login .input-group>button{
   height: 40px;
   background: #249cf3;
   line-height: 40px;
   color: #fff;
   width: 100%;
   border: none;
   cursor: pointer;
   -webkit-transition: background-color .3s, color .3s;
   transition: background-color .3s, color .3s;
       position: relative;
}

.banner-content .banner-login .input-group>button:hover{
    background: #208BF5;
    border-color: #208BF5;
    -webkit-transition: background-color .1s .3s,
    color .1s .3s;
    transition: background-color .1s .3s,
    color .1s .3s;
    -webkit-animation: anim-moema-1 .3s forwards;
    animation: anim-moema-1 .3s forwards;
}

.banner-content .banner-login .input-group>button.mylearning{
    background-color:rgb(239, 239, 239);
    border: 1px solid #bbbbbb;
    color: #666666;
    border: 1px solid #bbbbbb;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.banner-content .banner-login .input-group>button.mylearning .btnbg-x {
    background: #249cf3;
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.banner-content .banner-login .input-group>button.mylearning:hover{
    color: #fff;
}
.banner-content .banner-login .input-group>button.mylearning:hover .btnbg-x {
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

/* ==================================================================== */
.news-content{
    width: 49%;
    min-height: 320px;
}
.news-content .news-btn{
    height: 50px;
    border-bottom: 1px solid #208BF5;
}

.news-content .news-btn .newbtnItem{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    cursor: pointer;
    background: #fff;
}

.news-content .news-btn .newsmore{
    display: inline-block;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    width: 48px;
    height: 16px;
}

.news-content .news-btn .newbtnItem.active{
    background: #208BF5;
    border: 1px solid #208BF5;
    color: #fff;
}

.news-content .news-btn .newbtnItem:hover{
    background: #208BF5;
    border: 1px solid #208BF5;
    color: #fff;
}

.news-content .news-btn>.ItemName{
    height: 100%;
    font-size: 18px;
    color: #208BF5;
    letter-spacing: 0;
    line-height: 50px;
    font-weight: bold;
}

.news-content .newsLeftImg{
    width: 150px;
    height: 202px;
}

.news-content .newsLeftImg>img{
    width: 100%;
    height: 100%;
}

.news-content .newList{
    width: calc(100% - 160px);
    margin-left: 10px;
}

.news-content .newList .listItem {
    width: 100%;
    height: 30px;
    line-height: 20px;
    /* margin: 10px 0px; */
    font-size: 12px;
}
.news-content .newList .listItem span:nth-child(1){
    width: 84%;
    position: relative;
    padding-left: 15px;
    color: #333;
    cursor: pointer;
}

.news-content .newList .listItem span:nth-child(1)::before{
    content: ' ';
    position: absolute;
    left: 0px;
    top: 7px;
    width: 4px;
    height: 4px;
    background-color: #208BF5;
    border-radius: 50%;
}

.news-content .newList .listItem:hover span{
    color: #208BF5;
}

.news-content .newItem{
    width: 100%;
    height: 52px;
    cursor: pointer;
}

.news-content .newItem .time{
    width: 48px;
    height: 100%;
}
.news-content .newItem .time p:nth-child(1){
    font-size: 16px;
    color: #208BF5;
    font-weight: bold;
    line-height: 22px;
    text-align: left;
}

.news-content .newItem .time p:nth-child(2) {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    text-align: left;
}

.news-content .newItem .news-title {
    width: calc(100% - 58px);
    height: 100%;
    margin-left: 10px;
}

.news-content .newItem:hover .news-title-p {
    color: #208BF5!important;
}
.news-content .newItem .news-title p:nth-child(1){
    font-size: 14px;
    color: #333;
}

.news-content .newItem .news-title p:nth-child(2){
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    width: 100%;
    height: 20px;
}

/* ==================================================================== */

/* 技能培训课程 */
.content-fluid{
    width: 100%;
    min-height: 382px;
    background: #F6F6F6;
    clear: both;
}

.content-fluid .news-content{
    width: 100%;
    height: 100%;
    min-height: 382px;
}

.content-fluid .news-content .news-btn .columnName{
    font-size: 18px;
    color: #208BF5;
    letter-spacing: 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}

.content-fluid .news-content .news-btn .columnName.icon1{
    background-image: url(../images/class.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 40px;
}

.content-fluid .news-content .classItem{
    width: 215px;
    height: 130px;
    position: relative;
    display: inline-flex;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}

.content-fluid .news-content .classItem:nth-child(5),
.content-fluid .news-content .classItem:nth-child(10) {
    margin-right: 0;
}

.content-fluid .news-content .classItem>a>img{
    width: 100%;
    height: 100%;
     transition: all 0.6s;
}

.content-fluid .news-content .classItem:hover img{
    transform: scale(1.2);
}

.content-fluid .news-content .news-btn .columnName.icon1.icon2 {
    background-image: url(../images/video.png);
}

.content-fluid .news-content .news-btn .columnName.icon1.icon3 {
    background-image: url(../images/zp.png);
}

.content-fluid .news-content .news-btn .columnName.icon1.icon4 {
    background-image: url(../images/school.png);
}

.content-fluid .news-content .news-btn .columnName.icon1.icon5 {
    background-image: url(../images/link.png);
}

.content-fluid .news-content .menuItem {
    width: 100%;
    height: 56px;
    background: #F8FAFC;
    border-radius: 5px;
}

.content-fluid .news-content .menuItem .menuItemlist{
    padding: 6px 8px;
    border-radius: 5px;
    display: inline-flex;
    margin-top: 12px;
    text-align: center;
    margin-left: 15px;
    color: #999999;
}

.content-fluid .news-content .menuItem .menuItemlist.icon2-1{
    background-image: url(../images/kza.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}

.content-fluid .news-content .menuItem .menuItemlist.icon2-1.active{
    background: #E7F1FF;
    color: #208BF5;
    background-image: url(../images/kzb.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}

.content-fluid .news-content .menuItem .menuItemlist.icon2-2 {
    background-image: url(../images/ysa.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}

.content-fluid .news-content .menuItem .menuItemlist.icon2-2.active {
    background: #E7F1FF;
    color: #208BF5;
    background-image: url(../images/ysb.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
.content-fluid .news-content .menuItem .menuItemlist.icon2-3 {
    background-image: url(../images/xqa.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
.content-fluid .news-content .menuItem .menuItemlist.icon2-3.active {
    background: #E7F1FF;
    color: #208BF5;
    background-image: url(../images/xqb.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
.content-fluid .news-content .menuItem .menuItemlist.icon2-4 {
    background-image: url(../images/sya.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
.content-fluid .news-content .menuItem .menuItemlist.icon2-4.active {
    background: #E7F1FF;
    color: #208BF5;
    background-image: url(../images/syb.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}

.content-fluid .news-content .videoItem{
    width: 215px;
    height: 160px;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
}

.content-fluid .news-content .videoItem:nth-child(5n){
    margin-right: 0;
}

.content-fluid .news-content .videoItem>a{
    display: inline-block;
    width: 100%;
    height: 124px;
    position: absolute;
}

.content-fluid .news-content .videoItem:hover a{
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
}

.content-fluid .news-content .videoItem img{
    width: 100%;
}

.content-fluid .news-content .recruitItem{
    background: #FFFFFF;
    border: 2px solid #dfdfdf;
    width: 277px;
    height: 205px;
    float: left;
    margin-right: 10px;
    margin-bottom: 6px;
    padding: 10px;
    cursor: pointer;
}

.content-fluid .news-content .recruitItem:nth-child(4),
.content-fluid .news-content .recruitItem:nth-child(8){
    margin-right: 0;
}

.content-fluid .news-content .recruitItem .recruitName{
    width: 100%;
    height: 30px;
}
.content-fluid .news-content .recruitItem .recruitName span:nth-child(1){
    height: 100%;
    line-height: 30px;
    font-weight: bold;
}

.content-fluid .news-content .recruitItem .recruitName span:nth-child(2){
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #FC6321;
    letter-spacing: 0;
    text-align: right;
}

.content-fluid .news-content .recruitItem hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-fluid .news-content .recruitItem .company .companyImg{
    width: 55px;
    height: 45px;
    float: left;
}

.content-fluid .news-content .recruitItem .company .companyName{
    width: calc(100% - 70px);
    height: 45px;
    float: left;
    margin-left: 15px;
}

.content-fluid .news-content .recruitItem:hover{
    border-color:#208BF5;
}

.content-fluid .news-content .videoItem.schoolItem{
    height: 235px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.content-fluid .news-content .videoItem.schoolItem .schoolName{
    height: 69px;
    padding:6px;
    overflow: hidden;
}
.content-fluid .news-content .videoItem.schoolItem .infobtn{
    width: 100%;
    height: 42px;
    line-height: 40px;
    text-align: center;
    background: #F9F9F9;
    border-radius: 0 0 4px 4px;
    color: #999999;
}

.content-fluid .news-content .videoItem.schoolItem:hover{
    border-color: #208BF5;
}

.content-fluid .news-content .videoItem.schoolItem:hover .infobtn{
    background: #208BF5;
    color: #fff;
}

.content-fluid .news-content .linkItem{
    display: inline-block;
    padding: 4px 8px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
}

.content-fluid .news-content .linkItem:hover{
    background: #208BF5;
    border-color: 1px solid #E5E5E5;
    color: #fff;
}


/* ================================================================= */

/* 特色视频展示区二级页 */
.content-fluid .news-content .news-ts .news-ts-1 {
    display: none;
}
.content-fluid .news-content .news-ts .news-ts-1.active {
    display: block;
}

