﻿@charset "utf-8";
/******index****/
html,body{background: #fff;height: 100%;}
body{min-height: 900px;position: relative;background: url(../images/bg.png) no-repeat center;}
.content{max-width: 1440px;margin: 0 auto;padding: 0 20px;}
/*头部*/
.header{width:100%;background: url(../images/topbg.png) repeat-x;height: 93px;position: absolute;top: 0;left: 0;z-index: 4;}
.header .logo {color: #354052;position: relative;}
.header .logo img{display:block;}
.schoolname{margin-top: 18px;}
.error_prompt{
	background: #FCF5DE;width: 303px;padding: 5px 8px;color: #666;font-size: 12px;line-height: 14px;
	position: absolute;top: 268px;left: 57px;
	display: none;
	}
.error_prompt img{vertical-align: middle;width: 14px;height: 14px;}
.error_prompt>span{padding-left:8px;vertical-align: middle;}

/*登录框部分*/
.headpic_div{position: absolute;top:20px;left:0;text-align: center;width: 100%;}
.headpic_div p{font-size: 20px;color: #00bfa5;}
.headpic img{width: 201px;height: 208px;}
.czzn{
	color: #35c8b2;font-size: 18px;text-decoration: underline;background: url(../images/cz_icon.png) no-repeat center right;
	padding-right: 20px;
	position: absolute;right: 18px;bottom: -13px;
	}

.login_bg{width:100%;height: 561px;position: absolute;top: 73px;left: 0;z-index: 2;}
.logincontent{max-width: 1260px;height:560px;margin: 0 auto;position: relative;}
.kssm{
	background: url(../images/graybg.png) repeat;width: 827px;height: 554px;position: absolute;left: 0;top: 65px;
	border-top-left-radius: 8px;border-bottom-left-radius: 8px;
	}
.login_form{
	border-top-right-radius: 8px;border-bottom-right-radius: 8px;
	background: url(../images/whitebg.png) repeat;width:437px;height:554px;position: absolute;right: 0;top: 65px;
	}
.xt_intro{background: url(../images/intro_bg.png) no-repeat center;width: 1200px;height: 95px;position: absolute;bottom: 25px;right: 0;}
.xt_intro p{padding: 5px 20px 0;text-indent: 2em;font-size: 18px;color: #fff;line-height: 1.6em;}
.xt_intro p a{color: #fff;}
.xt_intro p a:hover{color: #f6c121;text-decoration: underline;}
.input_group{width: 360px;margin:295px auto 0;position: relative;z-index: 3;}
.input_div{width: 320px;height:50px;line-height: 50px;margin:20px auto 0;}
.input_div.user{background:url(../images/userbg.png) no-repeat center;}
.input_div.pass{background: url(../images/passwbg.png) no-repeat center;}
.input_div input{border: none;background:none;padding-left:6px;width: 260px;font-size: 14px;height:26px;line-height:26px;margin:6px 0 6px 8px;}
.login_btn{
	display: block;width: 354px;height:86px;text-align:center;line-height:76px;
	background: url(../images/login_btn.png) no-repeat center;
	margin: 22px auto 0;
	}
.login_btn:hover{
	background: url(../images/login_btn_s.png) no-repeat center;
	}
.login_success{position: absolute;bottom:17px;left:50%;margin-left: -160px;opacity: 0;z-index: 2;}
.welcome{color: #354052;text-align: center;padding: 5px 0;}
/*底部信息*/
.footer{position: absolute;bottom: 0;width: 100%;}
/*下载*/
.div_xiazai{width:100%;text-align:center;height:40px;line-height:40px;background-color:#3b4859;color: #fff;font-size: 12px;}
.div_xiazai p span{margin: 0 10px;}
.div_xiazai a{color: #F87F0F;}
.div_xiazai a:hover{color: #f6c121;text-decoration: underline;}
@media only all and (max-width: 1200px) {}
.kssm{box-sizing: border-box;padding:0 20px;-moz-box-sizing:border-box;}
.kssm h3{color:#fff;font-size: 22px;text-align: center;margin:20px 0;}
.kssm p{color:#fff;font-size: 18px;line-height: 24px;letter-spacing:1px;}
.kssm span{display: inline-block;margin-top: 20px;}

