html,body {
	width: 100%;
	min-height: 720px;
	margin: 0;
	background: url(../images/bg.png) 100% 100% no-repeat #f7f8fc;
}

.nav_div {
	width: 100%;
	height: 80px;
	background: #005B30;
	float: left;
} 

.nav {
	min-width: 1100px;
	max-width: 1100px;
	margin: 10px auto;
	color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 75px;
}

.cms {
	width: 100%;
	float: left;
}

.swrap {
	width: 1100px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin:0 0 0 138px;
}

.items {
	float: left;
	width: 100%;
	height:30px;
	margin:20px 0 20px 0;
	padding-left:55px;
}

.items a {
	float: left;
	display: block;
	height:30px;
	color:#000;	
	font-size:15px;
	line-height:30px;
	text-align: center;
	padding:0 10px;
	margin:0 20px;
	font-weight:600;
}

.items a:hover {
	color:#005128;
	border-bottom:3px #005128 solid;
	cursor: pointer;
}

.items a.hover {
	color:#005128;
	border-bottom:3px #005128 solid;
}

.rr {
	float: left;
	width: 295px;
	margin:0 0 10px 0;
	padding-left:55px;
}

.rr .lbl {
	font-size:13px;
	color:#005128;
	height: 30px;
	line-height:30px;
	float:left;
	width:250px;
}

.rr .txt {
	width:100%;
	float:left;
	height: 30px;
}

.rr .txt .input {
	width: 235px;
	height: 25px;
	border-radius:5px;
	border:1px #CCC solid;
	padding:0 5px;
}

.rr .ht {
	text-align: right;
	color: #666;
	width:230px;
	font-size:13px;
	height: 25px;
	line-height: 25px;
	float:left;
}

.login {
	width: 350px;
	height: 520px;
	
	background: #ffffff;
	margin-top: 30px;
	border-radius:5px;
	padding-top: 20px;
	float:left;
}

.notice {
	width: 690px;
	height: 500px;
	margin-left: 20px;
	background: #ffffff;
	margin-top: 30px;
	border-radius:5px;
	padding-top: 20px;
	float:left;
	padding: 20px;
}

.notice .title {
	width:100%;
	height:35px;
	color:#005128;
	font-size:16px;
	line-height: 35px;
	border-bottom:3px #005128 solid;
	
}

.notice .title .dit {
	width: 18px;
	margin-top:10px;
	float:left;
}

.hint {
	width: 400px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	height: 80px;
	line-height: 80px;
}

.row {
	width: 250px;
	margin: 0px auto;
	height: 45px;
	line-height: 45px;
	margin-top: 20px;
}

.row .label {
	margin: 0 0 0 10px;
	width: 80px;
	float: left;
	text-align: right;
	line-height: 35px;
	font-size: 15px;
}

.row .input {
	border: 0px;
    outline: 0px;
    border-bottom: 1px solid #dcdcdc;
    height: 35px;
    line-height: 35px;
    width: 250px;
    padding-left: 10px;
    font-size: 16px;
    float: left;
}

.vcode {
	width: 150px !important;
}

.vcode_img {
	width: 100px;
	height: 35px;
	background: #DDD;
}

.submit {
	background: #005B30;
    color: #ffffff;
    border: 0px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-size: 14px;
    outline: 0px;
    cursor: pointer;
    letter-spacing: 1.2px;
    float: left;
    margin-left: 8px;
    margin-top: 10px;
    border-radius: 4px;
    width: 100px;
}

.validate {
	background: #A13F0B;
    color: #ffffff;
    border: 0px;
    padding: 5px 35px 5px 35px;
    text-align: center;
    font-size: 14px;
    outline: 0px;
    cursor: pointer;
    letter-spacing: 1.2px;
    float: left;
    margin-left: 8px;
    margin-top: 10px;
    border-radius: 4px;
}

.reset {
	background: #666666;
    color: #ffffff;
    border: 0px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-size: 14px;
    outline: 0px;
    cursor: pointer;
    letter-spacing: 1.2px;
    float: left;
    margin-left: 25px;
    margin-top: 10px;
    border-radius: 4px;
    width: 100px;
}

.code {
	background: #dcdcdc;
    color: #000;
    border: 0px;
    padding: 5px 10px 5px 10px;
	width: 130px;
    text-align: center;
    font-size: 13px;
    outline: 0px;
    cursor: pointer;
    letter-spacing: 1.2px;
    float: right;
    border-radius: 4px;
	margin-right: 46px;
}

.message {
	color: red;
	height: 35px;
	line-height: 35px;
	width: 800px;
	float: left;
	text-align: center;
	margin-top: 20px;
}

.errors {
	border: 1px dotted red;
	color: red;
	text-align: center;
	font-size: 14px;
	padding: 8px 0;
	
	float: left;
	width: 80%;
	margin:0 0 10px 10%;
}

.findpwd {
	width:230px;
	text-align:right;
	height:30px;
	line-height:30px;
	font-size:13px;
	color:#000;
}

.findpwd a {
	font-size:13px;
	color:#333;
    text-decoration: decoration;
}

.bottom {
	width:100%;
	height:40px;
	background: #dfdfdf;
	position:fixed; 
	bottom:0;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

input[type="radio"] {
    margin: 3px 3px 0px 5px;
}

.input-radio {
	  margin: 1em 10px 10px 0;
	  display:inline-block;
	  font-size:13px;
}
.input-radio input[type="radio"] {
	opacity: 0;
}
.input-radio input[type="radio"] + label{
	position: relative;
	  cursor: pointer;
}
.input-radio input[type="radio"] + label::before{
	content: '';
	position: absolute;
	left: -24px;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	border: 1px solid #A13F0B;
}
.input-radio input[type="radio"] + label::after{
	content: '';
	position: absolute;
	left: -20px;
	top: 1px;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}
.input-radio input[type="radio"]:checked + label::before{
	/*border: 1px solid #005128;
	box-shadow: 0 0 6px #005128;
	transition: all .3s;*/
}
.input-radio input[type="radio"]:checked + label::after{
	background:#A13F0B;
	  
} 

.win {
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
	z-index:1002;
}

.validatewin {
	width:340px;
	height:260px;
	background:#FFF;
	border:2px #A13F0B solid;
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-170px;
	margin-top:-130px;
	border-radius: 8px;
}

.validatehint {
	float:left;
	height:30px;
	line-height:30px;
	padding-left:20px;
	font-size:13px;
	margin-top:20px;
}

.notice ul {
	margin: 0px 5px;
	padding: 0px;
}

.notice ul li {
	height: 25px;
	line-height: 25px;
	margin:5px 10px;
	font-size: 13px;
}
.notice ul li a {
	text-decoration: none;
	color: #333;
}

.notice ul li span {
	float: right;
}

#authcode {
	width: 135px;
	height: 25px;
	border-radius: 5px;
	border: 1px #CCC solid;
	padding: 0 5px;
	float: left;
}

.newstitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 500px;
	height: 25px;
	float:left;
}

@media screen and (max-width:1099px){
	.nav {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		text-align: center;
	}
	
	.notice {
		display: none;
	}
	
	.swrap {
		width: 350px;
	}
}

