@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    img: 0;
}

body {
    background: #fff;
    font: 14px/1.5 arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
    padding: 0;
    margin: 0;
    color: #b52b27;
}

a {
    color: #ff8080;
    text-decoration: none;
}

a:hover {
    color: #02D1A8;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.topbg {
    width: 100%;
    height: 260px;
    background-color: #167093;
    background-image: url(../img/psbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.logo {
    text-align: center;
    padding-top: 110px;
    margin-left: -30px;
}

.pubbox {
    width: 420px;
    background: url(../img/loginbg.jpg) repeat-x;
    height: 600px;
    margin: 0 auto;
    position: relative;
    margin-top: -30px;
}

.formbox {
    padding: 40px 0px 40px 68px;
}

.textbg {
    width: 280px;
    height: 36px;
    background-image: url(../img/textbg.jpg);
    margin-bottom: 20px;
}

.passwordbg {
    width: 280px;
    height: 36px;
    background-image: url(../img/passwordbg.jpg);
    margin-bottom: 20px;
}

input {
    border: none;
    width: 230px;
    height: 34px;
    line-height: 34px;
    margin-top: 1px;
    margin-left: 10px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #00438a;
}

input:focus {
    outline: none;
}

.btn {
    width: 300px;
    height: 36px;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    text-align: center;
    color: #3c8b3c;
    background-color: #00ee0080;
    /*background-image: url(../img/btn.jpg);*/
    border: none;
    cursor: pointer;
}

.sercopy {
    margin: 10px 0 20px 0;
}

.sercopy a {
    padding-right: 73px;
}

.botnav {
    height: 100px;
}

.botnav a {
    display: block;
    float: left;
    width: 80px;
    height: 20px;
    text-align: center;
    padding-top: 80px;
}

.botnav div {
    float: left;
    margin-left: 19px;
}

.botnav .ih01 a {
    background: url(../img/i01.gif) no-repeat center;
}

.botnav .ih02 a {
    background: url(../img/i02.gif) no-repeat center;
}

.botnav .ih03 a {
    background: url(../img/i03.gif) no-repeat center;
}

.botnav .ih04 a {
    background: url(../img/i04.gif) no-repeat center;
}

.botnav .ih01 a:hover {
    background: url(../img/ih01.gif) no-repeat center;
    color: #02D1A8;
}

.botnav .ih02 a:hover {
    background: url(../img/ih02.gif) no-repeat center;
    color: #02D1A8;
}

.botnav .ih03 a:hover {
    background: url(../img/ih03.gif) no-repeat center;
    color: #02D1A8;
}

.botnav .ih04 a:hover {
    background: url(../img/ih04.gif) no-repeat center;
    color: #02D1A8;
}

.footer {
    text-align: center;
    padding-top: 40px;
    color: #ff8080;
}

.footer a {
    text-decoration: underline;
    color: #ff8080;
}

.footer a:hover {
    color: #02D1A8;
}

