/* bannner */
.bannerWrap{
    width: 100%;
    height: 108px;
}
.banner{
    width: 100%;
    height: 100%;
    background: url('/public/protal/images/en/source.jpg') no-repeat center;
    background-size: 100% 100%;
}
/* content */
.contentWrap{
    width:100%;
    padding: 50px 0px 30px 0px;
    background: #f5f5f5;
}
.content{
    width: 1230px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
.contentTitle{
    width: 100%;
    height: 66px;
    border-bottom: 2px solid #f4f4f4;
    box-sizing: border-box;
    display: table;
}
.contentTitleBox{
    display: table-cell;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #343434;
    text-align: center;
    cursor: pointer;
}
.contentTitleBox:hover{
    color: #1dabb9;
}
.contentTitleBox-on{
    color: #1dabb9;
    border-bottom: 4px solid #1dabb9;
    box-sizing: border-box;
    font-weight: 550;
}
.contentCenter{
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}
.centerList{
    width: 100%;
}
.contentServal{
    overflow: hidden;
    margin-top: 30px;
}
.gallerysCenter{
    width: 1200px;
    overflow: hidden;
    margin-bottom: 20px;
}
.videoLineCenterImgBox{
    width: 290px;
    height: 200px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.videoLineCenterImg{
    width: 100%;
    height: 100%;
    display: block;
}
.videoLineWrap{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.videoLineText{
    width: 100%;
    height: 40px;
    display: block;
    float: left;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.videoLineRight{
    width: 30%;
    height: 40px;
    float: right;
}
.videoLineIcon{
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    background: url('/public/protal/images/s-vid.png') no-repeat center;
    background-size: cover;
}
.videoLineNum{
    width: 50px;
    height: 40px;
    display: block;
    float: left;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
}
.videoLineCenterImgPlate{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, .4);
    display: none;
}
.videoPlayAnniu{
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    margin-top: 85px;
    background: url('/public/protal/images/vide.png') no-repeat center;
    background-size: cover;
    cursor: pointer;
}



.mengPlateWrap {
    width: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    display: none;
}
.voder{
    background: rgba(0, 0, 0, .6);
}
.vid{
    width: 800px;
    height: 440px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -400px;
}
.videoClose{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5%;
    right: 15%;
    background: url('/public/protal/images/m-close.png') no-repeat center;
    background-size: cover;
    cursor: pointer;
}
/* 分页部分 */
#tableFootWrap{
    width: 100%;
    height: 48px;
    position: relative;
}
.tableFoot{
    width: 100%;
    margin: 10px auto;
    text-align: center;
    vertical-align: middle;
}
.tableFoot a, .tableFoot span{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 5px;
    background-color: #fff;
    color: #9a9a9a;
    font-size: 12px;  
    text-decoration: none;
    box-sizing: content-box;
    border-radius: 100%;
    cursor: pointer;
}
.tableFoot .enPrev{
    font-size: 20px;
}
.tableFoot .enNext{
    font-size: 20px;
}
.tableFoot .countNum{
    margin-right: 10px;
    padding: 0;
    border: none;
    cursor: auto;
}
.tableFoot .disabled{
    color: #d2d2d2!important;
    cursor: not-allowed!important;
}
.tableFoot .chos-on{
    background-color: #1bb1b6;
    color: #fff;
    border: 1px solid #1bb1b6;
}
.tableFoot .skip{
    height: 30px;
    line-height: 30px;
    color: #999;
    margin-left: 10px;
    padding: 0;
    border: none;
    cursor: auto;
}
.tableFoot input, .tableFoot button{
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;  
    outline: none;
    border: 1px solid #e2e2e2;
    box-sizing: content-box;
}
.tableFoot input{
    display: inline-block;
    width: 40px;
    margin: 0 10px;
    padding: 0 3px;
    text-align: center; 
}
.tableFoot .table-btn{
    margin-left: 10px;
    padding: 0 10px;
    cursor: pointer;
}