﻿/*基础样式*/
body{font-family:"microsoft yahei";}
.right{float:right !important;}
.left{float:left !important;}
.bar{float:left; width:100%;}
.margin_top_8{margin-top:8px!important;}
.margin_top_none{margin-top: 0px !important;}
.margin_right_none{margin-right: 0px !important;}

/*登陆页样式  maqt 开始*/
.index{
	overflow:hidden;
	height:100%;
	max-height:auto;
	max-width:auto;
	/*width:100%;
	
	font-family:"microsoft yahei";*/
	}
.login_conatiner{
	height: 100%;
   /* min-height:669px;
    min-width: 1070px;*/
    /*overflow:hidden;*/
    position: relative;
	}
.login_img_01{
	
	 left: 0;
/*   	min-height:600px;
    min-width: 960px;*/
	max-height:auto;
	max-width:auto;
    position: absolute;
	width:100%;
    top: 0;
    z-index: -1;
	
	}

#login_main_conatiner{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:2;
	/*overflow:hidden;*/
	min-width:1440px
	}

.header_area{
	display:block;
	height:114px;
	width:100%;
	background:rgba(255,255,255,0.80);
	border-bottom:1px solid #0089d7;
	box-shadow: 0 26px 30px rgba(0,0,0,0.095);
	}
.logo_line{
	float:left;
	height:58px;
	margin:30px 0 0;
	border-left:1px solid #bbb;
	width:22px;
	}
.logo_name{
	float:left;
	font-size:40px;
	line-height:114px;
	color:#444;
	letter-spacing:2px;
	}
.login_container{
	width:1013px;
	height:662px;
	margin:52px auto 0;
	border-radius:3px;
	background-color:rgba(255,255,255,0.8);
	padding:30px;
	}
.left_space{
	width:539px;
	float:left;
	border-right:1px solid #bbb;
	}
.login_title{
	line-height:50px;
	font-size:25px;
	margin:20px 0 0 25px;
	
	display:block;
	}
.login_link{
	color:#0089d7;	
	}
.login_button_bar{
	float:left;
	margin:19px 0 0;
	
	}
.login_button_box{
	float:left;
	width:283px;
	height:76px;
	background-color:#007bc2;
	border-radius:10px;
	margin:0 40px 0 0;
	border:1px solid #006aa7;
	}
.login_button_focus{
	background-color:#015586!important;
	}

.login_button{
	float:left;
	font-size:31px;
	line-height:74px;
	color:#fff;
	
	}
.right_space{
	float:right;
	width:414px;
	min-height:582px;
	
	}
.login_btn_box2{
	float:left;
	width:281px;
	border:1px solid #45b0ed;
	background-color:#d7eaf3;
	border-radius:10px;
	margin:34px 0 0 84px;
	}
.login_btn_focus2{
	background-color:#b0daef;
	}
.login_btn_box2 .login_button{color:#45b0ed;}
.login_title2{
	float:left;
	color:#666;
	font-size:24px;
	margin:70px 0 0 80px;
	}
.login_btn_box3{
	float:left;
	border:1px solid #aaa;
	height:68px;
	width:207px;
	text-align:center;
	color:#666;
	font-size:30px;
	background-color:#ddd;
	border-radius:10px;
	line-height:66px;
	text-decoration: none !important;
	}
.login_btn_box3:hover {
	color:#666;
	}
.login_btn_focus3{
	background-color:#cccccc;
	}
.login_btn_box4{
	float:left;
	border:1px solid #007bc2;
	height:68px;
	width:207px;
	text-align:center;
	color:#fff;
	font-size:30px;
	background-color:#007bc2;
	border-radius:10px;
	line-height:66px;
	text-decoration: none !important;
	}
.login_btn_focus3{
	background-color:#cccccc;
	}
.login_form{
	display:block;
	margin:19px 0 0 25px;
	}
.login_form_bar{
	display:block;
	height:68px;
	border:1px solid #c7c7c7;
	border-radius:10px;
	background-color:#fff;
	padding:0 0 0 21px;
	width:438px;
	margin:0 0 20px 0;
	}
.login_label{
	float:left;
	font-size:24px;
	height:66px;
	line-height:62px;
	color:#666;
	}
.login_text{
	border:none;
	height:64px;
	line-height:56px;
	float:left;
	font-size:29px;
	font-weight:bold;
	color:#666;
	}
	/*按钮点击效果属性*/
.btn_service_checked {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 256px;
    display:block;
}
/*按钮点击效果属性*/