/* LESS Document */
* {
  padding: 0px;
  margin: 0px;
  transition: all;
  box-sizing: border-box;
}
input {
  vertical-align: middle;
   font-family:"微软雅黑";
}
button{ font-family:"微软雅黑";}
body {
  font-size: 12px;
  line-height: 25px;
  width: 100%;
  max-width: 1920px;
  min-width:1280px;
  margin: 0 auto;
 font-family:"微软雅黑";
}
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.top-line {
  background: #465c99;
  height: 15px;
  clear: both;
}
.logo {
  background: url("../../replace_it/logo-login.png") no-repeat left center;
  width: 1260px;
  height: 145px;
  clear: both;
  margin:0px auto;

  position: relative;
  padding:80px 0px 0px 585px; 
 color:#465c99;
  font-weight:normal;
}
.input-text {
  border: 1px #a5a5a5 solid;
  width: 270px;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px 0px 40px;
}
.input-btn {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}
.login-box {
  width: 100%;
  height: 510px;
  margin: 0px auto;
  border-bottom: 3px #465c99 solid;
  background: url("../../replace_it/login-bg.jpg") no-repeat 50% 0;
  position: relative;
  overflow: hidden;
}
.login-bg {
  background: url("../images/default/login-div-bg.png") no-repeat;
  padding-top: 70px;
  margin-top: 40px;
  margin-left: 65%;
  width: 310px;
  height: 348px;
  box-sizing: border-box;
  position: relative;
}



.login-bg table {
  margin: 0 auto;
}
.login-bg table td {
  height: 50px;
}
.login-bg .user {
  border: 1px #a5a5a5 solid;
  width: 270px;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px 0px 40px;
  background: url("../images/default/ico-user.png") no-repeat 10px center #fff;
}
.login-bg .pw {
  border: 1px #a5a5a5 solid;
  width: 270px;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px 0px 40px;
  background: url("../images/default/ico-pw.png") no-repeat 10px center #fff;
}
.login-bg .yzm {
  border: 1px #a5a5a5 solid;
  width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px 0px 40px;
  background: url("../images/default/ico-yzm.png") no-repeat 10px center #fff !important;
}
.login-bg input[type=submit] {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  background: #465c99;
  border: 1px #465c99 solid;
  width: 270px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
}
.login-bg a {
  color: #465c99;
}
.error {
  width: 100%;
  position: absolute;
  top: 30px;
}
.error-massage {
  width: 270px;
  line-height:15px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
  color: #FF777A;
  background: url("../images/default/ico-error.png") no-repeat 10px 5px #ffebeb;
  border: 1px #e4393c solid;
  z-index: 1;
}
#footer {
  text-align: center;
  width: 100%;
  color: #fff;
  height:50px;
  line-height:50px;
  position: relative;
  clear:both;
  background:#465c99;
}
@media screen and (min-width: 1600px) {
  /*大于等于1600*/
  .login-box {
    height: 510px;
    background-size: 1920px 510px;
  }
}
@media screen and (max-width: 1600px) {
  .login-box {
    height: 425px;
    background-size: 1600px 425px;
  }
}
@media screen and (max-width: 1440px) {
  .login-box {
    height: 410px;
    background-size: 1543.52941176px 410px;
  }
}
/*@media screen and (max-width: 1024px) {
  body {
    max-width: 1024px;
    min-width: 1024px;
  }
  .login-box {
    max-width: 1024px;
    min-width: 1024px;
    height: 410px;
    background-size: 1543.52941176px 410px;
  }
  .login-bg {
    margin-left: 50%;
  }
}
*/

/*2016-10-13--------*/
.clear-3{ height:30px; line-height:30px; clear:both}
.introduction-box{ width:1260px; margin:0px auto;font-family:"微软雅黑"; height:135px;}
.introduction-box ul{ list-style-type:none}
.introduction-box ul li{ width:23%; padding-right:2%; float:left; line-height:20px; color:#404040}
.introduction-box ul li h4{ font-size:18px; height:35px; line-height:35px; }
.introduction-box ul li div{ padding-left:32px;}
.introduction-box .introduction-1{ background: url(../images/default/introduction-1.png) no-repeat center;}
.introduction-box .introduction-2{ background: url(../images/default/introduction-2.png) no-repeat center;}
.introduction-box .introduction-3{ background: url(../images/default/introduction-3.png) no-repeat center;}
.introduction-box .introduction-4{ background: url(../images/default/introduction-4.png) no-repeat center;}


/*2017-01-06--增加手机端页面------*/
@media screen and (max-width: 1080px) {
	body{ background:#eeeeee; min-width:auto}
	.top-line{ display:none}
	.logo{
		width:100%;
		height:auto;
		font-size:20px;
		font-weight:bold;
		color:#c3282e;
		text-align:center;
		background:url(/http/webvpnc6518501960a2cb772112dfaf9708770c45184baa5fb4f4bcce74bacd3248a13/cas/assets/themes/classic/replace_it/logo-app.png) no-repeat center 65px;
		background-size: auto 70px;
		padding:0px;
		padding-top:145px;
		
	}
	.login-box{ background:none; border:none; padding-top:50px; height:auto;}
	.login-bg{
		width:100%;
		height:auto;
		background:none;
		padding:0px;
		margin:0px;
	}
	.login-bg table{ width:90%;}
	.login-bg table td{ height:55px;}
	.login-bg .user{width:100%; border:none; border-radius:5px; color:#666}
	.login-bg .pw{width:100%; border:none; border-radius:5px; color:#666}
	.login-bg #yzm{ display:none;}
	.login-bg input[type=submit]{ width:100%;border-radius:5px;}
	.login-bg a{ color:#8e8e8e; text-decoration:none; font-size:14px;}
	#errorMessage{top:-40px;/*  display:none; */}
	.error-massage{width:90% !important;}
	/* .introduction-box{ display:none;} */
	#footer{ background:none; color:#999;}
	
	/*手机登录认证显示通知公告样式调整*/
	.introduction-box .browserDiv,.introduction-box .ewmDiv,.introduction-box .noticeDiv h3,
	.introduction-box .noticeDiv .notice-list li span{
		display:none;
	}
	.introduction-box .intro-item{
		border:none;
	}
	.broNoticeEwmClear{
		display:none;
	}
}

.intro-item:nth-of-type(1){border-left:1px #dedede solid;}
.intro-item { float:left; width:30%; padding:0px 3%; border-right:1px #dedede solid;}
.intro-item h3{ color:#465c99; font-size:16px;}
.intro-item h3 img{ vertical-align:middle}
.intro-item .llq-list li{ float:left; width:50%; height:30px; line-height:30px;}
.intro-item .llq-list li img{ vertical-align:middle}
.intro-item a{ text-decoration:none; color:#333;}

.intro-item .notice-list li{ float:left; width:100%;color:#55575d; font-size:14px; height:30px; line-height:30px;}
.intro-item .notice-list li a{ float:left; width:80%; color:#55575d; font-size:14px; text-decoration:none}
.intro-item .notice-list li span{ float:right; width:20%; text-align:right;} 
/*.intro-item .ewm{ width:80px; height:80px;}*/

.intro-item .ewm-box{float:left; line-height:15px; position:relative}
.intro-item .ewm-box .ewm-big{ background:url(/http/webvpnc6518501960a2cb772112dfaf9708770c45184baa5fb4f4bcce74bacd3248a13/cas/assets/themes/classic/replace_it/ewm-big.png); position:absolute; display:none ; width:248px; height:139px;    left: -120%;
    top: -140px;}
.intro-item .ewm-box:hover .ewm-big{ display:block}

.intro-item .qqewm-box{float:left; line-height:15px; position:relative}
.intro-item .qqewm-box .qqewm-big{ background:url(/http/webvpnc6518501960a2cb772112dfaf9708770c45184baa5fb4f4bcce74bacd3248a13/cas/assets/themes/classic/replace_it/ewm-big-QQ.png); position:absolute; display:none ; width:248px; height:139px;    left: -120%;
    top: -140px;}
.intro-item .qqewm-box:hover .qqewm-big{ display:block}