@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2015-12-25 17:47:59
 * @version $Id$
 */
body {
    font:12px/1.5 Tahoma, Helvetica, Arial, 'MicroSoft Yahei', sans-serif
}

blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin:0;
    padding:0
}
table {
    border-collapse:collapse;  /*重叠边框合并*/
    border-spacing:0  /*边框间距为0*/
}
fieldset, img {
    border:none /*边框为0*/
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:400
}
li {
    list-style:none
}
caption, th {
    text-align:left
}
h1, h2, h3, h4, h5, h6 {
    font-size:100%
}
button, input, select, textarea {
*font-size:100%;
    font:100% 'MicroSoft YaHei',Tahoma, Helvetica, Arial, sans-serif
}
table {
    font:100%
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}
/*reset.css*/

.wrap_1000{
    width: 1000px;
    margin:0 auto;
    position: relative; 
    height: 100%;
}
.houtai_bg{
    background: url(/images/bg3.png)no-repeat center;
    background-size:cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.l-con{
    position: absolute;
    top: 40%;
    color: #fff;
}
.logo{
    background: url(/images/logo3.png);
    width: 325px;
    height: 55px;
}
.h1{
    font-size: 48px;
}
.h2{
    font-size: 30px;
}
.h3{
    font-size: 22px;
}
.logoin{
    position: absolute;
    right: 0;
    top: 20%;
}
.logoin_con{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 4.75px 0.25px rgba(17, 82, 141, 0.35);
  width: 332px;
  margin-top: 45px;
}
.logo_sub{
    width: 288px;
    margin: 0 auto;
    padding-top: 45px;
}
.title{
    font-size: 14.563px;
    color: rgb(4, 167, 243);
    font-size: 28px;
}
.tap{
    width: 90px;
    height: 45px;
    display: inline-block;
    vertical-align: 13px;
    margin-left: 10px;
    cursor: pointer;
    position:absolute;
    right: 30px;
    top: 0;
}
.account, .password{
    width: 100%;
    height: 45px;
    background: #e1f4ff;
    border-radius: 5px;
    border:1px solid #eaeaec;
    margin-top: 20px;
    padding-left: 5px;
}


.sub{
    width: 100%;
    height: 45px;
    background: #3399ee;
    color: #fff;
    font-size: 14px;
    border:none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.copy{
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.s_catp{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 33px;
    border-radius: 5px;
    background:#eaeaec;
    border:1px solid #eaeaec;
    padding-left: 5px;
}

.part_catp{
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 45px;
}

