html,
body {
    height: 100%;
}

.wrap {
    width: 100%;
    height: 100%;
    min-width: 1052px;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 20px 0;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .h-center-content {
        padding: 0 40px;
    }
}

@media screen and (min-width: 1440px) {
    .h-center-content {
        padding: 0 100px;
    }
}

.icon-logo::after {
    content: "";
    display: inline-block;
    width: 119px;
    height: 36px;
    background: url("../images/logon_logo.png") center center / 100% 100% no-repeat;
}

.global-introduction {
    height: 83px;
    background-color: #eee;
}

.global-introduction ul {
    overflow: hidden;
    margin-top: 10px;
    font-size: 0;
}

.global-introduction li {
    display: inline-block;
    /*margin-right: 114px;*/
    margin-right: 280px;
    vertical-align: top;
}

.global-introduction li:last-child {
    margin-right: 0;
}

.global-introduction li div {
    margin-bottom: 6px;
    font-size: 14px;
    color: #111;
}

.global-introduction li p {
    font-size: 12px;
    color: #b0b0b0;
    line-height: 1.5;
}

.f-center-content {
    overflow: hidden;
    /*width: 866px;*/
    width: 1200px;
    margin: 0 auto;
}

.icon-institution::after {
    content: "";
    display: inline-block;
    width: 206px;
    height: 18px;
    background: url("../images/hezuojigou.png") center center / 100% 100% no-repeat;
}

.main {
    position: relative;
    width: 100%;
    /*min-height: calc(100% - 83px);*/
    /*background: url("../img/logon_bj.png") center center / 100% 100% no-repeat;*/
}

.swiper-container {
    height: 576px;
}

.login-form-box {
    position: absolute;
    top: 120px;
    right: 120px;
    z-index: 993;
    width: 280px;
    height: 300px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(14,29,64,.7);
}

.form-label::after {
    content: "";
    float: left;
    width: 40px;
    height: 40px;
    background: #c2ccdc no-repeat center;
}

.userid::after {
    background-image: url("../images/login_yonghu.png");
}

.password::after {
    background-image: url("../images/login_mima.png");
}

.verification-code::after {
    background-image: url("../images/login_yanzhengma.png");
}

.form {
    margin: 37px 0;
}

.forget-password {
    margin: -8px 0 -12px;
    padding: 0 27px;
    text-align: left;
}

.form-group {
    overflow: hidden;
    margin: 0 auto 12px;
    width: 226px;
}

.form-group input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    width: 186px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 0;
    outline: 0;
    background-color: #fff;
}

.form-group #cuserrorCode {
    width: 90px;
}

.cuserrorCode-img {
    float: right;
    width: 92px;
    height: 40px;
    vertical-align: middle;
    background-color: #fff;
}

.form-submit {
    display: block;
    margin: 20px auto 0;
    border: 0;
    width: 226px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    outline: 0;
    background-color: rgba(0, 170, 238, .9);
}

.form-submit:hover {
    background-color: rgb(0, 170, 238);
}

.register {
    margin-top: 12px;
    padding: 0 27px;
}

.register a:last-child {
    float: right;
}

.service-introduction {
    color: #666;
    font-size: 14px;
    padding: 75px 0 28px;
}

.section-center {
    width: 1042px;
    margin: 0 auto;
}

.service-list {
    overflow: hidden;
}

.service-item {
    display: inline-block;
    margin-bottom: 34px;
}

.service-item:nth-child(2n+1) {
    float: left;
}

.service-item:nth-child(2n) {
    float: right;
}

.service-info {
    margin-left: 64px;
    width: 453px;
}

.service-info .tt {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
    padding: 11px 0;
    line-height: 1;
}

.service-img {
    width: 44px;
    height: 44px;
    float: left;
}

.footer {
    padding-top: 30px;
    height: 80px;
    font-size: 15px;
    color: #b7b7b7;
    text-align: center;
    background: #eeeeef;
}

.center-content {
    width: 1200px;
    margin: 0 auto;
}

.footer .center-content p {
    padding-top: 115px;
    font-size: 20px;
    color: #666;
    line-height: 33px;
}

.swiper-slide-h3 {
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    font-size: 38px;
    font-weight: 600;
    color: rgba(255, 255, 255, .8);
    line-height: 1;
}

.login-form-box .errorDiv{
	height: 32px;
	width: 226px;
	margin: 0 auto 12px;
	line-height: 32px;
	font-size: 14px;
	color: #f70000;
	background-color: #654347;
	background-color: rgba(247,0,0,0.2);
	border:1px solid #f70000;
}

.login-form-box .errorDiv img{
	width: 20px;
	height: 20px;
	margin: 4px 8px 2px 12px;
}

.login-form-box .error{
	height: 40px;
	width: 226px;
	font-size: 14px;
	color: #f70000;
}

#validcode {
	width:90px;
	height:44px;
}

.link-group {
    margin-bottom: 15px;
}

.link-group > a {
    color: #b7b7b7;
}

input.btn-valide {
	height: 40px;
	width: 92px;
	color: #fff;
	border:1px solid #00b1ee;
	background-color: #00b1ee;
}

input.btn-valide:active{
	border:1px solid #0388dd;
	background-color: #0388dd;
}

input.btn-valide:disabled{
	color: #474e5d;
	border:1px solid #f1f1f1;
	background-color: #f1f1f1;
	cursor: not-allowed;
}