.lim-container {
	width: 768px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.lim-login-div {
	background-image: url("../zsflash/login.png");
	background-repeat: no-repeat;
	/* background-size: 235px 342px; */
	float: left;
	width: 239px;
	height: 306px;
	padding-top:40px;
	/* margin-right: 10px; */
	position: relative;
}

.lim-login-div .lim-test-input {
	background-color: transparent;
	border: 0 none;
	color: #333;
	padding: 6px 2px;
	left: 85px;
	position: absolute;
	text-indent: 0.2em;
	width: 110px;
	font-size: 14px;
}
.lim-login-div .lim-test-name {
	top: 72px;
}
.lim-login-div .lim-test-phone {
	top: 121px;
}
.lim-login-div .lim-test-mail {
	top: 172px;
}
.lim-login-div .lim-test-fx {
	top: 221px;
}
.lim-login-div .lim-test-input-error {
	background-color: transparent;
    border: 0 none;
    color: red;
    padding: 6px 2px;
    left: 80px;
    position: absolute;
    text-indent: 0.2em;
    width: 110px;
    display: none;
}
.lim-login-div .lim-test-name-error {
	top:112px;
}
.lim-login-div .lim-test-phone-error {
	top: 173px;
}
.lim-login-div .lim-test-mail-error {
	top: 231px;
}
.lim-login-div .lim-test-fx-error {
	top: 280px;
}
.lim-login-div .lim-test-btn {
	background-color: transparent;
    border: 0 none;
    cursor: pointer;
    height: 30px;
    left: 24px;
    position: absolute;
    top: 277px;
    width: 185px;
}
/*首页宣传图片切换样式 start*/
.lim-slideshow {
	width: 523px;
	height: 342px;
	float: right;
	position: relative;
}
  
.lim-slideshow img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 523px;
	height: 340px;
	z-index: 10;
	background: #fff;
}
  
.lim-slideshow ul.recentlist {
	position: absolute;
	bottom: 8px;
	right: 240px;
	list-style: none;
	z-index: 20;
}

.lim-slideshow ul.recentlist li {
	display: inline;
}

.lim-slideshow ul.recentlist li a,
.lim-slideshow ul.recentlist li a:visited {
	background: #bbb;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 10px;
    margin-right: 5px;
    padding: 0 6px;
    text-decoration: none;
	border-radius: 15px;
}

/*Firefox*/
@-moz-document url-prefix() { 
	.lim-slideshow ul.recentlist li a,
	.lim-slideshow ul.recentlist li a:visited {
    	padding: 2px 6px 0;
	}
.lim-slideshow ul.recentlist li a:hover,
.lim-slideshow ul.recentlist li a:visited:hover
	{
	background: #666;
	color: #fff;
}

.lim-slideshow ul.recentlist li a.current {
	background: #11377E;
	color: #fff;
}

.lim-clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
	display: none;
}
.lim-clearfix {
	display:inline-block;
}
/*首页宣传图片切换样式 end*/
.lim-index-content-div {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}
