body {
    margin:0;
    padding:0;
}
.index_logo {
    height:145px;
    width:100%;
    background-color:#EEEEEE;
    text-align:center;
}
.index_logo_main {
    height:145px;
    width:1000px;
    overflow:hidden;
    margin:0px auto;
}
.left_logo {
    float:left;
    width:160px;
    height:145px;
    vertical-align:middle;
    text-align:center;
}
.left_logo span {
    display:inline-block;
    vertical-align:middle;
    height:100%;
}
.left_logo img {
    vertical-align:middle;
}
.right_title {
    width:800px;
    float:right;
    padding-right:40px;
    text-align:center;
    font-size:20px;
    height:145px;
    line-height:145px;
    color:#222222;
}

.left_logo1 {
    float:left;
    width:272px;
    height:145px;
    vertical-align:middle;
    text-align:center;
}
.left_logo1 span {
    display:inline-block;
    vertical-align:middle;
    height:100%;
}
.left_logo1 img {
    vertical-align:middle;
}
.right_title1 {
    width:688px;
    float:right;
    padding-right:40px;
    text-align:center;
    font-size:20px;
    height:145px;
    line-height:145px;
    color:#222222;
}

.index_bg {
    height:900px;
    width:100%;
    background-image:url(/assets/frontend/images/index-bg.jpg);
    background-size: auto 100%;
    background-position:center;
    background-repeat:no-repeat;
    overflow:hidden;
    text-align:center;
}
.login_main {
    width:610px;
    height:170px;
    margin:0px auto;
    margin-top:350px;
    padding-left:180px;
}
.login_main div {
    width:400px;
    height:40px;
    margin-bottom:10px;
    position:relative;
}
.login_main input[type=text],.login_main input[type=password] {
    width:250px;
    height:38px;
    border-radius:5px;
    border:#AAAAAA solid 1px;
    padding:0px 4px;
    background-color:rgba(255,255,255,0.8);
}
.login_main span.uptxt {
    /*position:absolute;*/
    display:inline-block;
    width:110px;
    height:38px;
    line-height:38px;
    left:-110px;
    text-align:right;
    font-size:18px;
    font-weight:bold;
    color:#0085C3;
}
.login_button {
    margin-top:30px;
    text-align:center;
}
.blue_button {
    display:inline-block;
    background-color:#0085C3;
    color:#FFFFFF;
    padding:5px 10px;
    border-radius:5px 5px 5px 5px;
    margin-right:10px;
    font-size:20px;
    line-height:30px;
    text-align:center;
    width:155px;
    /*height:30px;*/
    border:#FFF solid 1px;
    cursor:pointer;
}
.blue_button:link {
    COLOR: #FFFFFF; TEXT-DECORATION: none
}
.blue_button:visited {
    COLOR: #FFFFFF; TEXT-DECORATION: none
}
.blue_button:active {
    COLOR: #FFFFFF
}
.blue_button:hover {
    text-decoration: none;
    background-color:#009BBB;
}
