

/* 兼容 IE和其它浏览器的 不透明度设置！
{
    filter:alpha(opacity=50);
    opacity: 0.5;
}
*/

/*  超出使用CSS省略号
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/

/*  超出宽度换行
    word-wrap: break-word;
    word-break: break-all;
*/

.page_other{
    width:100%;
    height:500px;
    background-color:#ffffff;
    background-color:#dfdfdf;
}

/*   清除左右浮动，使父层div有自己的高度  */
.clear_float_both{
    font: 0px/0px sans-serif;
    clear: both;
    display: block;
}

/*  相对定位  */
.position_relative{
    position:relative;
}

/*  文字超出范围显示省略号  */
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow_hidden {
    overflow: hidden !important;
}

.border_none{
    border:none !important;
}

.text_align_left{
    text-align: left !important;
}

.text_align_right{
    text-align: right !important;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.high_light{
    color:#ff0000;
    font-weight:bold;
}

/***** 公共样式 ***********/
.out_div{
    width: 100%;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.w1240{
    width: 1240px;
    margin: 0 auto;
}

.w1280{
    width: 1280px;
    margin: 0 auto;
}

.w880{
    width: 880px !important;
}

/*  设置 页面中的视频 居中显示！  */
.news_player_class{
    margin:0 auto;
}

/*  分页  */
.page_line{
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 39px;
}

.content_universal_login{
    width: 100%;
    height: 943px;
    background: url(../images/img_5.jpg) no-repeat center center;
}

.content_universal_login .top{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 84px;
    background: url(../images/img_1.jpg) no-repeat center center;
    z-index:1000;
}

.content_universal_login .top .logo{
    float:left;
    width: 383px;
    height: 84px;
    background: url(../images/img_2.png) no-repeat;
}

.content_universal_login .top .return{
    float: right;
    font-size: 20px;
    color:#ffffff;
    height:27px;
    line-height: 27px;
    padding-left: 41px;
    margin-right: 37px;
    margin-top: 27px;
    background: url(../images/img_3.png) no-repeat;
}

.content_universal_login .login_box{
    position:absolute;
    top:165.5px;
    left:50%;
    margin-left:-600px;
    width: 1200px;
    height: 696px;
    background: url(../images/img_4.png) no-repeat;
}

.content_universal_login .login_box .qrcode{
    position: absolute;
    left:251px;
    top:299px;
    width: 200px;
    height: 200px;
}

.content_universal_login .login_box .text{
    position: absolute;
    top: 264px;
    right: 113px;
    padding-left: 12px;
    width: 434px;
    height:47px;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 20px;
    color:#a3a3a3;
}

.content_universal_login .login_box .text.pwd{
    top: 343px;
}

.content_universal_login .login_box .reg{
    position: absolute;
    top: 428px;
    right: 119px;
    width: 181px;
    height: 26px;
}

.content_universal_login .login_box .submit{
    position: absolute;
    top: 504px;
    right: 111px;
    width: 500px;
    height: 50px;
    border-radius: 25px;
    border:none;
    background-color: transparent;
    cursor: pointer;
}



























































