
ul, ol {
    padding-left: 0;
    margin-bottom: 0;
}

*:focus {
    outline: none;
}

.clearfix {
    display: block;
    zoom: 1;
}

/* -------------- 页面布局 -------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    font-size: 14px;
    font-family: '微软雅黑';
}

a {
    text-decoration: none;
}

.container {
    margin-bottom: 64px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*头部样式*/
.top {
    width: 100%;
    background: #006fc1;
}

.header-top {
    width: 1200px;
    margin: 0 auto;
    height: 32px;
    background: #006fc1;
    color: #fff;
    position: relative;
}

.info-phone {
    float: right;
    width: auto;
    padding-top: 7px;
    font-size: 12px;
    color: #fff;
}

.info-phone span {
    margin-right: 20px;
}

.header-out {
    height: 124px;
}

.header {
    width: 1200px;
    height: 118px;
    color: #333;
    margin: 0 auto;
    position: relative;
}

.header h1 {
    font-family: 宋体;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    position: relative;
    top: 20px;
    display: inline-block;
    padding-left: 15px;
}

.user-info .inputdiv .btn-select {
    position: relative;
    top: 0px;
    background: #26a891;
    width: 47px;
    line-height: 34px;
    height: 32px;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-right: -6px;
}

.user-info {
    font-size: 12px;
    color: #e7e7e7;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 43px
}

.user-info .inputdiv {
    background: #e7e7e7;
    padding-left: 12px;
    margin-right: 10px;
    border-right: none;
}
.user-info .to-home{
    background: #006fc1;
    width: 108px;
    height: 32px;
    border: none;
    border-radius: 4px;
    float: right;
    margin-left: 5px;
    color:#fff;
    font-size: 14px;
    cursor: pointer;
}
.user-info .to-home img{
    vertical-align: middle;
    position: relative;
    top:-1px;
}
.inputdiv img {
    position: relative;
    top: 3px;
    left: -3px;
}

.inputdiv input {
    font-size: 14px;
    width: 183px;
    text-indent: 10px;
    height: 23px;
    line-height: 21px;
    border: none;
    color: #888888;
    background: #e7e7e7;
    position: relative;
    top: -2px;
    border-left: 1px solid #cccccc;
}

.user-info div {
    display: inline-block;
}

.user-info span {
    margin-right: 10px;
}

.user-info label {
    font-size: 14px;
}

.user-info a {
    font-size: 12px;
    color: #fff;
}

img.log {
    position: relative;
    top: 28px;
}

/*导航*/
.sidebar {
    width: 100%;
    min-width: 1200px;
    position: relative;
    height: 46px;
    background-color: #006fc1;

}

.sidebar .navigation {
    margin: 0 auto;
    width: 1200px;
    background: #006fc1;
    height: 46px;
    padding: 0;
    font-size: 0;
}

.sidebar ul li {
    display: inline-block;
    /*height: 45px;*/
    width: 133px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;

}

.sidebar ul li:hover {
    background: #26a891;
}

.sidebar a {
    padding: 12px 0 ;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.right-content .content .content-text {
    /*padding-top: 30px;*/
}
.right-content .content .content-text img{
    width: 100%;
}
.video-content-player {
    padding-top: 50px;
    text-align: center;
}

a {
    color: #333;
}
.mian-content{
    margin-bottom: 134px;
}
.mian-content .nodata {
    width: 100%;
    height: 400px;
    background: url('../img/nodata.png') center center no-repeat;
}

.sidebar ul {
    position: relative;
    /*margin-top: -1px;*/
}

.sidebar ul li .navigation-list {
    position: absolute;
    z-index: 10;
    background: #fff;
}

.sidebar ul li .navigation-list li {
    background: #fff;
    width: 100%;
    text-align: center;
    /*line-height: 45px;*/
}

.sidebar ul li .navigation-list li a {
    display: inline-block;
    width: 100%;
    color: #666;
    /*line-height:20px;*/
    /*height:45px;*/
    font-size: 16px;
}

.sidebar ul li .navigation-list li:hover a {
    /*font-weight: bold;*/
    color: #006fc1;
    font-size: 16px;

}

/*分页*/
.right-content .row {
    width: 800px;
    margin-top: 55px;
    font-size: 16px;
    color: #666;
    padding-bottom: 5px;
}

.right-content .row ul li {
    display: inline-block;
    margin-right: 5px;
}

.right-content .row ul li a {
    width: auto;
    border: 1px solid #cbcbcb;
    padding: 3px 10px 2px 11px;
    color: #888;
}

.right-content .row ul li.active a, .right-content .row ul li:hover a {
    border: 1px solid #006fc1;
    background: #006fc1;
    color: #fff;
}

.right-content .row ul li.more a {
    border: none;
}

.right-content .row ul li .page-num {
    margin: 0 5px;
    border: 1px solid #cbcbcb;
    width: 26px;
    height: 24px;
    font-size: 16px;
    position: relative;
    top: -3px;
    text-indent: 2px;
    line-height: 27px;
}

.right-content .row ul li .prev {
    padding: 3px 21px 2px 21px;
}

.right-content .content .row ul li .next {
    margin-right: 10px;
    padding: 3px 21px 2px 21px;
}

.right-content .content .row ul li.sure {
    margin-left: 10px;
}

.right-content .content a {
    color: #232323;
    /*font-weight: bold;*/
}
.right-content .content a:hover {
    color: #006fc1;
    /*font-weight: bold;*/
}
.mian-content .right-content .main-title .right{
    color:#a2a2a2;
}
.mian-content .right-content .main-title .right a{
    color:#a2a2a2;
}
.mian-content .right-content .main-title .right a:hover{
    color:#006fc1;
}
.mian-content .main-title .right{
    color:#a2a2a2;
}
.mian-content .main-title .right a{
    color:#a2a2a2;
    /*font-weight: bold;*/
}
.mian-content .main-title .right a:hover{
    color:#006fc1;
    font-weight: bold;
}
.mian-content .right-content .content strong{
    color:#333;
    font-weight: normal;
}
@media screen and (max-width: 1200px) {
    .user-info{
        height: 28px;
    }
    .btn-select{
        width: 43px;
        height: 30px;
        line-height: 30px;
    }
    .user-info .inputdiv{
        padding-left: 10px;
    }
    .inputdiv input{
        font-size: 12px;
        width: 140px;
    }
    .sidebar a{
        padding: 3px 23px 2px 23px;
    }
    .sidebar ul li .navigation-list li a{
        width: 70px;
    }
    .sidebar ul li  a.main {
        padding: 3px 25px 2px 25px;
    }
    .inputdiv img{
        left: -3px;
    }
    .mian-content{
        margin-bottom: 134px;
    }
}


/*弹框及遮罩*/
.mask-all{
    display:none;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url("../img/rgab0.3.png");
    /*background: #000;*/
    /*opacity: 0.3;*/
    z-index: 50;
}
.popup{
    display:none;
    text-align: center;
    position: fixed;
    width: 424px;
    height: 176px;
    left: 38%;
    top:50%;
    background: #fff;
    z-index: 100;
}
.popup{
    text-align: center;
    padding: 15px ;
    position: fixed;
    width: 335px;
    height: 150px;
    left: 38%;
    top:30%;
    background: #fff;
    z-index: 100;
}
.popup .title{
    float: left;
    font-size: 14px;
    color: #666;
}
.popup .close{
    float: right;
    padding: 8px;
    background: url(../img/x.png)center center no-repeat;
    cursor: pointer;
}
.popup .mindle{
    margin: 50px 0 30px 0;
    font-size: 16px;
    color: #888;
}
.popup .btn{
    width: 108px;
    height: 28px;
    border-radius: 4px;
    border: none;
    background: #006fc1;
    color:#fff;
    cursor: pointer;
}