html {
    color: #000;
    background: #FFF
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
legend {
    color: #000
}
iframe {
    display: block;
}

body {
    font: 12px/1.231 "SimSun", arial, helvetica, clean, sans-serif;
    color: #333;
}

body {
    height: 1080px;
    font-size: 14px;
    color: #fff;
    font-family: 'Microsoft Yahei';
}

button {
    cursor: pointer;
}

.bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.container {
    width: 1067px;
    margin: 0 auto;
}

.header {
    height: 160px;
    background: url(../images/title.png) center 43px no-repeat;
}

#time {
    float: left;
    margin-top: 73px;
    font-size: 16px;
    line-height: 25px;
}

#login {
    float: right;
    margin-top: 80px;
    width: 94px;
    height: 38px;
    border-radius: 3px;
    border: none;
    color: #fff;
    line-height: 34px;
    background-color: #f39800;
    outline: none;
    font-size: 16px;
    transition: all .3s;
}

#login:hover {
    background-color: #f36700;
}



.main {
    position: relative;
    top:-4%;
    height: 100%;
    border-radius: 9px;
    color: #333;
    overflow: hidden;
}

.frame-title {
    margin: 0 23px 16px;
    padding-top: 10px;
    border-bottom: 1px solid #e5710a;
    font-size: 30px;
    line-height: 63px;
    color: #f39800;
    text-align: center;
}

.content {
    margin: 11px 23px 0;
    height: 531px;
    overflow: hidden;
}

.item-title {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #207bd5;
    line-height: 38px;
    background-color: #eaeaea;
}

.item-title:before {
    display: block;
    position: absolute;
    top: 11px;
    left: 13px;
    content: '';
    width: 4px;
    height: 16px;
    background-color: #207bd5;
}

.login-lists {
    padding: 5px 0 26px 0;
}

.login-item {
    position: relative;
    float: left;
    margin: 17px 11px 0 10px;
    width: 250px;
    height: 36px;
    border-radius: 18px;
    background-color: #207bd5;
    line-height: 36px;
    transition: all .2s;
    cursor:pointer;
}

.login-item:before {
    display: block;
    position: absolute;
    content: '';
    top: 3px;
    right: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../image/login-arrow.png) center no-repeat;
    background-color: #fff;
    transition: all .2s;
}

.login-item:hover {
    background-color: #f39800;
}

.login-item:hover:before {
   background: url(../image/login-arrow-h.png) center no-repeat; 
   background-color: #fff;
}

.login-item>a {
    position: relative;
    z-index: 10;
    display: block;
    padding-left: 19px;
    color: #fff;
}

.tab-hd {
    padding: 0 5px;
    height: 38px;
    background-color: #eaeaea;
}

.hd-item {
    float: left;
    margin-top: 4px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 34px;
    cursor: pointer;
    transition: all .2s;
}

.hd-item:hover,
.hd-item.active {
    background-color: #fff;
    color: #207bd5;
    font-weight: bold;
}
.bd-item {
    height: 180px;
    display: none;
}
.bd-item.active {
    display: block;
}
.z-iframe{
    border-radius: 9px;
    position: absolute;
    margin-top: -500px;
    margin-left: -320px;
    width: 1010px;
    height: 580px;
    display:block;
    border:0;
}
.LoginContainer{
	position:absolute;
	margin-top:100px;
}
.login-button{
    height: 46px;
    width: 360px;
    border: none;
    cursor: pointer;
    background-color: #4771bc;
    border-radius: 6px;
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 5px;
    margin-top:10px;
}
#returnhome {
	position: relative;
    left: 84%;
    top: 2%;
    text-align: center;
    width: 94px;
    color: rgba(153, 153, 153, 1);
    border-radius: 3px;
    border: none;
    line-height: 34px;
    background-color: rgba(255, 255, 255, 1);
    font-size: 16px;
    transition: all .3s;
	cursor:pointer;
	z-index:1000;
}
#shuoming {
    position:absolute;
    margin-top: 100px;
    margin-left: 160px;
    text-align: left;
}