﻿body {
    position: relative;
    background-color: #ecf0f7;
}

.top, .header, .nav, .content, .footer {
    margin: 0px auto;
    min-width: 1200px;
    background-color: #1691d7;
}

.top {
    width: 100%;
    /*background: url(../IMG/login_bg.png ) no-repeat 0px;*/
    height: 286px;
    background-size: cover;
    position: absolute;
    margin: 0px auto;
    background-color: white;
}

.logo {
    width: 1200px;
    height: 120px;
    margin: 0px auto;
    background: url(../IMG/logo.png ) no-repeat left;
}
.logo p2 {
    line-height: 120px;
    font-size: 50px;
    font-weight: bold;
    color: #0d7bb1;
    margin-left: 138px;
}
.login_content {
    width: 1200px;
    margin: 0px auto;
    position: relative;
    height: 640px;
    /*border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: white;
	box-shadow: -1px 3px 8px 9px rgba(143, 143, 143, 0.5);*/
}

.login_content .bg1 {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -214px;
}

.login_line {
    width: 1200px;
    height: 24px;
    margin: 0px auto;
    background: url(../IMG/line_bg.png ) no-repeat center;
}

 
 
/*右部分*/
.login_content_right {
    width: 500px;
    height: 400px;
    padding: 20px 35px;
    box-sizing: border-box;
    background: #ffffff;
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -200px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: white;
    box-shadow: -1px 3px 8px 9px rgba(143, 143, 143, 0.5);
}

.artical_con {
    width: 100%;
}

.artical_con .active {
    border-bottom: 3px solid #359bd7;
    color: #359bd7;
}

.artical_con h3 {
    line-height: 47px;
    text-align: center;
    float: left;
    height: 47px;
    width: 29%;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}

.artical_con div {
    clear: both;
}

.artical_con .tab-body-1 {
    border-top: 1px solid #cfd2d6;
}
/*表单*/
.formDiv {
    margin-top: 28px;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
}

.formDiv label {
    display: inline-block;
    margin-bottom: 12px;
    height: 48px;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: 3px;
    box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
    overflow: hidden;
}

.formDiv label i.iconfont {
    display: block;
    width: 64px;
    height: 48px;
    background-color: #f0f2f6;
    font-size: 18px;
    float: left;
    border-right: 1px solid rgba(34,36,38,.15);
    background-image: url(../IMG/icon.png );
    background-repeat: no-repeat;
}

#canvas {
    float: right;
    display: inline-block;
    cursor: pointer;
    width: 140px;
    height: 48px;
}

.txt_input, .pwd_input {
    float: left;
    width: 350px;
    height: 48px;
    padding: 5px 5px 5px 16px;
    font-size: 16px;
    box-sizing: border-box;
    border: 0px;
}

.yzm_input {
    width: 199px;
    float: left;
    height: 48px;
    padding: 5px 5px 5px 16px;
    font-size: 16px;
    box-sizing: border-box;
    border: 0px;
}

.yzm {
    width: 268px;
    float: left;
}

.formDiv input[type=text]:focus, .formDiv input[type=password]:focus {
    border-color: #b7e3f7;
}

.formDiv .pwdOper {
    margin-top: 10px;
}

.pwdOper span {
    float: left;
    color: #333333;
}

.formDiv .pwdOper .forget {
    float: right;
    color: red;
}

.formDiv a.submit {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    width: 100%;
    color: #FFFFFF;
    background: #359bd7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    font-size: 18px;
}

.formDiv a.submit:hover, .formDiv a.submit:active {
    background: #1aa1ee;
}
/*提示*/
.wxts_con {
    width: 100%;
    margin-top: 5px;
}

.wxts_con ol li {
    width: 98%;
    line-height: 30px;
    font-size: 15px;
    list-style: decimal;
    margin-left: 20px;
    text-align: left;
}

/*底部版权*/
.footer {
    background-color: white;
    padding-bottom: 20px;
}

.footer p {
    color: black;
    text-align: center;
    line-height: 28px;
}
