﻿/*通用*/
@charset "utf-8";

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, img, table, tr, th, td, form, input, textarea {
    margin: 0 0px 0 0;
    padding: 0;
}
/**{
padding:0;
margin:0;
box-sizing:border-box;}*/
body {
    background-color: #F1F1F1;
    font-size: 12px;
    font-family: "微软雅黑";
    height: 100%;
    /*background: url(/images/Background_color.jpg) repeat;*/
    /*height:100%;*/
    /*width:100%;*/
}

img {
    border: none;
}


/*顶边沿样式*/
#topbg {
    /*min-width:1355px;*/
    width: 100%;
    height: 25px;
    background: #474342;
    top: 0px;
}

/*容器*/
#container {
    background: url(/images/Background_color.jpg) repeat;
    width: 1300px;
    height: inherit;
    min-height: 910px;
    border: solid 0.1px #F1F1F1;
    margin: 0 auto;
}

/*尾边沿样式*/
#footer_box {
    width: inherit;
    height: 50px;
    display: inline;
    position: fixed; /*or前面的是absolute就可以用*/
    bottom: 0px;
}

/*尾线*/
#line {
    width: inherit;
    background: #717071;
    height: 2px;
}
/*尾部样式*/
#footer {
    padding-top: 16px;
    text-align: center;
}

/*用户登录样式大框*/
#user {
    margin: 0 auto;
    /*width:50%;*/
    width: 1042px;
    /*height:50%;*/
    height: 308px;
    margin-top: 235px;
    border-top: 3px solid #979392;
    border-bottom: 3px solid #979392;
    /*vertical-align:middle;*/
    /*justify-content:center;
            align-items:center;*/
}
/*登录左侧*/
#user_left {
    height: inherit;
    width: 448px;
    float: left;
    /*border:1px solid #00ffff;*/
}
    /*登录左侧的上部*/
    #user_left div.word_top {
        margin-top: 54px;
        height: 78px;
        width: inherit;
        /*border:1px solid #00ffff;*/
        /*border:solid 1px #b6ff00;*/
    }
/*.word_top div.header_logo{
	float: left;
    width:15px;
    height:78px;
    border:solid 1px #ff0000;
    
    
        
}*/
/*登录左侧的上部图片*/
.word_top img {
    float: left;
    width: 155px;
    height: 60px;
    padding-top:15px;
    /*border:solid 1px #b6ff00;*/
}
/*登录左侧的上部小黑竖*/
.word_top div.header_vertical_line {
    width: 3px;
    height: 32px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 42px;
    margin-bottom: 5px;
    background-color: #979392;
}
/*登录左侧的上部标题*/
.word_top div.header_logo_p {
    float: left;
    margin-top: 44px;
    height: 20px;
    width: 240px;
}
    /*登录左侧的上部字体*/
    .word_top div.header_logo_p span {
        font-size: 29px;
        font-weight: bold;
        color: #333;
    }
/*登录左侧的下部*/
.word_bottom {
    /*text-align:center;*/
    /*margin:0 auto;*/
    padding-left: 150px;
    padding-top: 64px;
}
    /*登录左侧的下部图片*/
    .word_bottom img {
        height: 46px;
        /*margin-top:64px;*/
        /*margin-left:50px;*/
    }
/*#user_left div.word_bottom div{
	margin-top:80px;
	
	float:left;
	
}*/
/*登录右侧*/
#user_right {
    margin-top: 24px;

    height: 260px;
    width: 590px;
    float: right;

}
.user_right_img {

    width: inherit;
    height: inherit;
 
    position:absolute;
    z-index:10;

}

#user_right1{
      margin-top: 24px;
    /*margin-bottom:32px;*/
    /*height:inherit;*/
    height: 260px;
    width: 590px;
    float: right;
    background: url("/images/Login.png") no-repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/Login.png', sizingMethod='scale');
}

#login {
    margin-left: 100px;
    height: 260px;
    width: 274px;
    position:absolute;
    z-index:15;
    /*border:solid 1px #ff6a00;*/
}

    #login label {
        float: left;
        font-size: 12px;
        font-weight: bold;
    }

    #login div.login_word {
        width: 143px;
        height: 36px;
        /*border:solid 1px #ff6a00;*/
    }

    #login label.login_h {
        padding-top: 1px;
        /* border:solid 1px #F00;*/
        /*height:37px;*/
        font-size: 14px;
        color: #FFF;
        font-weight: bold;
        width: 100px;
        margin-left: 24px;
        margin-top: 6px;
    }

    #login div.login_code {
        float: left;
        width: 268px;
        height: 135px;
        /*border:solid 1px #ff6a00;*/
        /*margin:0 auto;*/
    }

        #login div.login_code div {
            margin-left: 24px;
            margin-top: 35px;
            float: left;
            /*border:solid 1px #F00;*/
        }

.login_btn_box {
    margin-left: 74px;
    margin-top: 30px;
    width: inherit;
    float: left;
    /*border:solid 1px #F00;*/
}
/*.login_btn{
    
     float:left;
    font-size:12px;
    font-weight:bold;
    height:28px;
    width:99px;
   
}*/

/*大button*/
.div_big_button {
    width: 92px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}
/*小button*/
.div_small_button {
    width: 50px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

.button_css {
    font-weight:bold;
    width: 100%;
    height: 100%;
    background-color: #008FCB;
    color: #FFF;
    border-style: none;
    cursor: pointer;
}

.button_css_disable {
    width: 100%;
    height: 100%;
    background-color: #979392;
    color: #FFF;
    border-style: none;
    cursor: pointer;
    display: block;
}

a.button_a_css {
    font-weight:bold;
    width: 100%;
    height: 100%;
    background-color: #008FCB;
    color: #FFF;
    border-style: none;
    cursor: pointer;
    display: block;
    font-size:14px;
}

.login_btn {
    line-height: 2.3;
    text-align: center;
    width: 99px;
    height: 28px;
    float: left; /*background-color:#008FCB;*/
    /*margin:18px 9px 0 9px;*/
    font-weight: bold;
    background-color: #383737;
    color: #ffffff;
}

.btn_label {
    width: inherit;
    height: inherit;
    /*border:solid 1px #F00;*/
}

.modify_oneline {
    padding: 5px 0 5px 24px;
    height: 32px;
}

.modify_text {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    width: auto;
    text-align: right;
    float: left;
}

.inputBgLine {
    border: #d0d0d0 1px solid;
    line-height: 23px;
}

.modify_pw_input { /*width:170px;*/
    height: 27px;
    width: 195px;
    line-height: 30px;
    float: left;
    margin-left: 10px;
    display: inline;
    border: solid 1px #979392;
}
/*.modify_pw_input_ocx {width:233px;height:30px;line-height:30px;float:left;margin-left:20px;display:inline;border:1px solid #D9D9D9;border:solid 1px #ff6a00;}
.modify_pw_input_byuid {width:102px;height:30px;line-height:30px;float:left;margin-left:20px;display:inline;border:solid 1px #ff0000;}*/


