@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

html {
    background-color: white;
    font-family: "微软雅黑";
    /*overflow: scroll;*/
    overflow: auto;
    min-width: 1200px;
    min-height: 600px;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    list-style: none;
}

ul, li {
    list-style: none;
}

input {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*text-decoration:underline;*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    overflow: hidden;
}

.posRel {
    position: relative;
}

.posAbso {
    position: absolute;
}

.box {
    width: 1000px;
    margin: 0 auto;
}

header {
    height: 19%;
    overflow: hidden;
}

header h1, header .rightHeart {
    position: relative;
    display: block;
    height: 100%;
    /*padding-top: 8%;*/
}

header h1 a {
    display: block;
    width: 230px;
    height: 46px;

    position: absolute;
    top: 40%;
    margin-top: -23px;
    left: 0;
}

header .rightHeart {
    /*padding-top: 8%;*/
}

.rightHeart > a span {
    color: #666666;
    display: inline-block;
}

.rightHeart > em {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/images/sprit.png") no-repeat 0px 0px;
}

/*中间内容区域*/
.con {
    width: 100%;
    height: 56%;
    background: url("../images/images/bgBig.png") no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}

.conBox {
    position: relative;
    height: 100%;
}

.conBg {
    position: relative;
    float: left;
    width: 690px;
    height: 100%;
}

.conBg img {
    position: absolute;
    top: 50%;
    margin-top: -90px;
    left: 50%;
    margin-left: -327px;
    display: block;
    width: 654px;
    height: 180px;
}

.login {
    position: relative;
    width: 300px;
    height: 100%;
    float: right;
}

.login .loginCon {
    width: 300px;
    height: 300px;
    padding: 0 25px 0;
    background-color: #fff;

    position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -150px;
}

.login .loginCon h5 {
    font-size: 16px;
    font-weight: 600;
    color: #3c3c3c;
    margin-top: 30px;
    margin-bottom: 26px;
}

.login .loginCon form ul li {
    position: relative;
}


ul li em, .msg em {
    width: 20px;
    height: 20px;
    display: block;
    background: url("../images/images/sprit.png") no-repeat;
    position: absolute;
    top: 11px;
    left: 10px;
}

ul li.userName em {
    background-position: -30px 0;
}

ul li.passwd em {
    background-position: -63px 0;
}

.login form ul li input {
    width: 300px;
    height: 40px;
    border: 1px solid #dddddd;
    border-left: 40px solid #ddd;
    margin-bottom: 20px;
    background-color: white;
}

ul li.submitt a {
    display: block;
    width: 300px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 3px;
    background-color: #6d1177;
    color: white;
}

ul li.submitt a:hover {
    background-color: #610c6a;
    color: #fef9f7;
}

ul li.register {
    float: right;
    margin-top: 16px;
}

ul li.register a:hover {
    text-decoration: underline;
}

.login .reg {
    text-align: right;
    height: 66px;
    line-height: 66px;
    color: #6c6c6c;
}

.login .reg a:hover {
    color: #2f73fe;

}

.msg {
    position: absolute;
    top: 28px;
    left: 0px;
    padding-left: 40px;
    width: 258px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #ffb4a8;
    margin-left: 25px;
    background-color: #fef2f2;
}

.msg em {
    background-position: -93px 4px;
}

/*下部footer*/
footer .companyList {
    /*margin-top: 46px;*/
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

footer .companyList > li {
    padding-right: 18px;
    border-right: 1px solid #6c6c6c;
    margin-right: 18px;
}

footer .companyList > li a {
    color: #6c6c6c;
}

footer .companyList > li a:hover {
    text-decoration: underline;
}

footer p {
    margin-top: 14px;
    color: #9c9c9c;
}

/*新增*/
.logo {
    width: 200px;
    height: 100%;
    padding-top: 0;
    position: relative;
    display: block;
}

.logo img {
    width: 100%;
    height: 100%;
}

.logo a {
    display: block;
    width: 200px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0;
}

.rightHeart {
    width: 200px;
}

.rightHeart a {
    width: 170px;
    height: 22px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

}
.rightHeart > em {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}