@charset "utf-8";
/* CSS Document */
.login-bg{
	width:100%;
	background:url(../images/login/login-bg.jpg) no-repeat center center;
	height:780px;
	position:relative;
	}
.footer-bg{
	margin:0;
	}
.login-box{
	margin-top:166px;
	width:386px;
	position:absolute;
	left:50%;
	margin-left:-193px;
	}
#login-form{
	margin-top:50px;
	}
.form-group{
	border-radius:30px;
	border:1px solid #fff;
	height:60px;
	margin-bottom:30px;
	overflow:hidden;
	background:#59a6b8;
	}
.form-group label{
	width:46px;
	height:32px;
	background-repeat:no-repeat;
	background-position:center center;
	margin:14px 8px 14px 16px;
	float:left;
	}
#name-lab{
	background-image:url(../images/login/icon-head.png);
	}
#password-lab{
	background-image:url(../images/login/icon-password.png);
	}
.form-group input{
	border:0;
	outline:none;
	line-height:32px;
	width:280px;
	padding:14px 0;
	background-color:rgba(255,255,255,0);
	font-size:18px;
	color:#fff;}
input:-webkit-autofill {  
    -webkit-box-shadow: 0 0 0px 140px #59a6b8 inset !important;
	-webkit-text-fill-color:#fff;  
}    
.btn-box{
	overflow:hidden;}
.btn-box button{
	width:154px;
	line-height:50px;
	font-size:24px;
	color:#05709b;
	border:0;
	border-radius:25px;
	background:#fff;}
.btn-box #btn-1{
	float:left;}
.btn-box #btn-2{
	float:right;}
.webmap-bg{
	width:100%;
	background:#f5f5f5;
	}
.webmap{
	width:944px;
	padding:0 8px 0 8px;
	margin-left:auto;
	margin-right:auto;
	line-height:36px;
	font-size:12px;
	color:#6c6c6c;
	font-family:"宋体";
	}
.webmap span{
	color:#d1123f;
	}
body{
	background:#fff;}
.content{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	border-top:8px solid #b1e0ff;
	padding-top:18px;
	margin-bottom:100px;
	}
h1{
	width:260px;
	line-height:38px;
	font-size:18px;
	text-align:center;
	background:#0572c9;
	color:#fff;
	margin-bottom:30px;
	}
h2{
	font-size:18px;
	color:#4d4d4d;
	margin-bottom:18px;
	padding-left:8px;
	line-height:20px;
	font-weight:600;
	}
.menu-left{
	float:left;
	width:260px;}
.menu-right{
	float:left;
	width:700px;
	}
.menu-right img{
	float:left;
	margin-left:18px;
	margin-bottom:18px;
	}
.banner{
	margin-bottom:20px;
	}
ul,li,dl,dd{
	list-style:none;
	margin:0;
	padding:0;
	}
.main-left{
	float:left;
	width:198px;
	border:1px solid #d8d8d8;
	border-bottom:0;
	text-align:center;
	}
.main-right{
	float:right;
	width:720px;
	}
h3{
	font-size:16px;
	line-height:34px;
	background:#d8d8d8;
	}
.main-left li{
	line-height:40px;
	font-size:14px;
	border-bottom:1px solid #d8d8d8;
	}
.main-left li:hover{
	color:#d1123f;
	border-bottom:1px solid #d1123f;
	}
.main-left .active{
	color:#d1123f;
	border-bottom:1px solid #d1123f;
	}
a{
	color:inherit;
	}
.main-right ul{
	overflow:hidden;
	text-align:center;
	}
.main-right h3{
	width:130px;
	float:left;
	margin-right:14px;
	border-radius:4px;
	}
.main-right li{
	float:left;
	padding:0 10px;
	margin-right:8px;
	background:#e1e1e1;
	line-height:28px;
	margin-top:6px;
	font-size:14px;
	cursor:pointer;
	border-radius:4px;
	}
.main-right li:hover{
	background:#666;
	color:#fff;}
.main-right .active{
	background:#666;
	color:#fff;}
.main-right dl{
	min-height:148px;
	margin-top:16px;}
.main-right dd{
	line-height:36px;
	font-size:14px;
	border-bottom:1px dashed #999;
	padding-left:10px;
	}
.main-right dd:hover{
	color:#d1123f;}
.page{
	margin-top:15px;
	float:right;
	text-align:center;
	}
.page-btn{
	float:left;
	border:1px solid #d8d8d8;
	width:16px;
	line-height:16px;
	font-size:12px;
	background-color:#f5f5f5;
	cursor:pointer;
	}
.page-num{
	float:left;
	line-height:18px;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	}
.page-num span{
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	}
.page-num-active{
	color:#d1123f;
	}