@charset "utf-8";
/* CSS Document */
html,body{
	font-family:'微软雅黑';
	font-size: 14px;
	padding: 0;
	margin: 0;
    color: #5a5a5a;
}
a,p,ul,li,h3{
	padding: 0;
	margin: 0;	
	text-decoration: none;
	list-style-type: none;
}
input {outline:none;}
.color1{
	font-size: 14px;
	color: #4eb4f2;
}
/*登录*/
.logo_bg{
	width:100%;
	margin-top:15px;
	/* background: url(/css/images/login_bg.png) top center no-repeat; */
	background: url(/css/images/login_bg_syky.png) top center no-repeat;
}
.logo{
	padding: 0;
	margin:0 auto;
	width:939px;
	height:576px;
	position: relative; 
}
.div-help{
	float: right;
	margin-top:20px;
    font-size: 14px;
    text-align:right;
}
.div-help a{	
    color: #0b76ac;
}
.div-help p{
	margin-top:10px;
	color: #5a5a5a;
}
.logo_div{
	position: absolute;
	top:210px;
    left: 315px;
	width:309px;
	height:309px;
	border-radius: 8px;
	background-color:rgba(255,255,255,1);
	-webkit-box-shadow: 1px 1px 5px #0081ac;
	box-shadow:1px 1px 5px #0081ac;
}
.logo_div h1{
	word-spacing:8px; 
	letter-spacing:2px;
	color: #0fa6d8;
	font-size: 22px;
	padding-bottom: 15px;
	text-align: center;
	font-weight:normal;
	border-bottom: 1px solid #dddddd;
}
.logo_div_input{
	margin:20px;
	height:38px;
	background: #e6e6e6;
	border-radius:4px;
}
.logo_div_input .user{
	display: block;
	float: left;
	width: 21px;
	height: 23px;
	margin-left: 16px;
	margin-right: 8px;
	margin-top:8px;
	background: url(/css/images/user_icon.png) no-repeat; 

}
.logo_div_input .password{
	display: block;
	float: left;
	width:19px;
	height: 25px;
	margin-left: 17px;
	margin-right: 9px;
	margin-top:7px;
	background: url(/css/images/password_icon.png) no-repeat; 

}
.logo_div_input input{
	width:217px;
	background:none;
	border: none;
	height:36px;
	line-height: 36px;
}
.logo_div_input input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #e6e6e6 inset;
}
.logo_div_code{
	overflow: hidden;
}
.code{
	float: left;
	height:38px;
	margin-top:10px;
	margin-left: -15px;
	position: relative;
}
.code img{
	width: 73px;
	height: 38px;
	background-size: 100%;
}
.code a{
	width: 89px;
    position: absolute;
    top: 0px;
    left: 78px;
    line-height: 38px;
    color: #76768f;
    display: block;
}
.logo_div_bottom .btn_bottom{
	display: block;
	width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
	border:0;
	margin:10px 20px;
	height: 38px;
	/* line-height:38px; */
	background: #0fa6d8;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.div_footer{
	/* height: 59px; */
	text-align: center;
	padding-top:20px;
}
















/* 首页 */
/* .header{
	width: 100%;
	height:88px;
	background-color: #00a3e1;
}
.header_logo{
	display: block;
	float: left;
	width: 224px;
	height: 47px;
	background: url(/css/images/logo.png) no-repeat;
	margin-top: 20px;
	margin-left: 16px;
}
.header_right{
	float: right;
	margin-top: 30px;
}
.header_right li{
	float: right;
	padding-right: 17px;
}
.header_right li a{
	color: #fff;
	font-size: 14px;
}
.header_icon_2{
	display: block;
	float: left;
	width:18px;
	height:20px;
	margin-right:7px;
	background: url(/css/images/header_icon_2.png);
}
.header_icon_1{
	display: block;
	float: left;
	width:23px;
	height:20px;
	margin-right:7px;
	background: url(/css/images/header_icon_1.png);
} */
.web_left{
	float: left;
	width: 240px;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 16px;
	background: #f2f2f2;
	border-right: 1px solid #b9b9b9;
	overflow:auto;
}
.web_right{
	margin-left: 240px; 
}
.position{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #5a5a5a;
	background: #e2f2ff;
}
.position ul{
	margin-left: 12px;
}
.position ul li{
	float: left;
	padding: 0 5px;
	font-size: 14px;
}
.position ul li a{
	color: #5a5a5a; 
}
.position ul li .a1{
	color: #00a3e1;
}
.x_search_bar{
	overflow: hidden;
	/* border-bottom: 1px solid #b9b9b9; */
	margin-top: 10px;
}
.x_search_12{
	margin-bottom: 10px;
}
.x_search_12 label{
	text-align:right;
	line-height: 34px;
	padding-right:0;
	color: #5a5a5a;
	font-size: 14px;
}
.x_search_12{
	text-align: center;
}
.x_search_12 .btn,.x_content_12{
	outline:none;
    padding: 6px 18px;
}
.btn-primary,.btn-success{
	background-color: #4eb4f2;
    border-color: #209eeb;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #00a3e1;
 border-color: #0190c7;
}
.btn-primary:hover,.btn-success:hover{
	background-color: #00a3e1;
    border-color: #0190c7;
}
.div_bottom{
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.btn_bottom{
	background-color: #4eb4f2;
    border-color: #209eeb;
    color: #fff;
    border: 0;
    padding: 6px 12px;
    border-radius:4px;
    border: 1px solid #209eeb;
}































/* */
.form-group{
	margin-bottom: 10px;	
}
.form-group label{
	padding-right: 10px;
	
}
.horizontal_margin_top{
	margin-top: 20px;
}
.search_div .control-label{
	padding-top: 14px;
}

.pagination {
margin: 0;
}
.dataTables_info {
   width: 17%;
    float: left;
    margin-top: 6px;
}
.toggle {
    float: left;
    margin: 18px 0 0 23px;
    padding-top: 10px;
}
#profile-div{
width: 144px;
}
#profile-div a {
    line-height: 24px;
}
input[type=file] {
    height: 38px;
}
 label{
 font-size:12px;
font-weight: normal;
}
.ln_solid{
	margin: 10px 0;
}
.form-control{
	border: 1px solid #aaa;
}
@media (max-width:500px){
	.form-horizontal{
	margin-top: 10px;
	}
	.form-horizontal .control-label {
	    width: 25%;
	    text-align: right;
	}
	.form-group div{
	 	width:70%;
	}
}

.clearfix{
	display: none;
}
code{
	font-size: 100%;
}
.col-md-12{
	margin-bottom: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding:0 0 0 1px !important;
    margin-left:0 !important;
}
.form-horizontal .col-xs-11 .control-label{
	margin-top:7px;
}
