
body {
    background: #333;
    /*font-family: 'PT Sans', Helvetica, Arial, sans-serif;*/
    font-family: "Microsoft YaHei", å¾®è½¯é›…é»‘, "Microsoft JhengHei", åŽæ–‡ç»†é»‘, STHeiti, MingLiu;
}

body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

/*èƒŒæ™¯å›¾*/
._rgba {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .2;
    filter: alpha(opacity=20);
    z-index: 5;
}

#banner {
    width: 100%;
    height: 100%;
}

.slides {
    overflow: hidden;
}

.slide-pic {
    overflow: hidden;
}

.slide-pic img {
    width: 100%;
    height: 100%;
}

.slide-pic li {
    display: none;
}

.slide-pic li.cur {
    display: block;
}

.slide-li {
    margin: 0px;
    padding: 0px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    display: none;
}

.slide-li li {
    margin: 0px;
    padding: 0px;
    width: 190px;
    height: 10px;
    float: left;
    overflow: hidden;
    list-style: none;
}

.slide-li a {
    width: 190px;
    height: 10px;
    color: #000;
    font-size: 12px;
    display: block;
}

.slide-li a:hover {
    color: #F00;
    text-decoration: none;
}

.op li {
    background: #999999;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.op li.cur {
    background: #666666;
}

.slide-txt span {
    display: none;
}

.container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.conwid {
    width: 1170px;
    margin: 0 auto;
}

.conwid .logo {
    margin: 60px 0;
    padding-left: 4px;
    height: 76px;
    background: url(../img/logo.png) no-repeat;
}

.conwid .logo img {
    width: 210px;
    display: inline-block;
    vertical-align: bottom;
}

.login_box {
    width: 480px;
    margin: 0 auto;
}

.login_box > i {
    display: block;
    width: 480px;
    height: 10px;
    background: url(../img/kuang_top.png) no-repeat center center;
}

.login_box > div {
    width: 480px;
    background: url(../img/kuang_body.png) top center;
}

.login_box > b {
    display: block;
    width: 480px;
    height: 10px;
    background: url(../img/kuang_bottom.png) no-repeat center center;
}

.login_box form {
    padding: 20px 0 40px 70px;
}

.login_box form label {
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 0 #444;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 50px;
    text-align: right;
}

.login_box form > div {
    margin: 20px 0;
}

.login_box form input {
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: #ddd solid 1px;
    width: 220px;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
}

.login_box form .yzm {
    margin-top: -8px;
}

.login_box form .yzm p {
    font-size: 12px;
    color: #fff;
    margin-left: 60px;
    margin-bottom: 12px;
}

.login_box form .yzm input {
    width: 100px;
}

.login_box form .yzm span {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 36px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .5);
    margin-left: 15px;
}

.login_box form h1 {
    margin-right: 70px;
    margin-top: 30px;
    text-align: center;
}

.login_box form h1 button {
    width: 100px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    text-shadow: 1px 1px 0 #444;
    background: url(../img/btn_bg.png) no-repeat center center;
    margin: 0 8px;
    cursor: pointer;
    border-radius: 3px;
}

.login_box form h1 button:hover {
    background-color: rgba(255, 255, 255, .2);
}