@charset "utf-8";
ul,li,ol,dd,form,h1,h2,h3,h4,h5,h6,p,input,blockquote,menu,tt,figcaption,figure{margin: 0px; padding: 0px; list-style: none; font-weight: normal;}
img,a img{border: 0px none; vertical-align: middle; }
a{text-decoration: none; color: #047fbf;}
a:hover{text-decoration: underline}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}

body{
	margin: 0px;
	padding: 0px;
	font-family:"宋体";
	min-width: 1200px;
	min-height: 680px;
	background-color: #010a16;
}
/* 主体部分 */
.main_wrap{
	width: 100%;
	background:url("../../../images/login/dls/mddsj/login_bj.png") no-repeat left top;
	background-size: 100%;
	min-width: 1200px;
	position: relative;
}
.login_header{width: 100%;}
.login_header .logo{position: absolute;top:0px;left:0px;width: 350px;background: url("../../../images/login/dls/mddsj/login_log.png") no-repeat top left;background-size: 100%;height: 146px;}
.login_header .top{position: absolute;top:40px;background: url("../../../images/login/dls/mddsj/login_tit.png") no-repeat top left;background-size: 100%;height: 146px;width: 600px;left: 50%;margin-left: -300px;}
/*底部样式*/
.footer1{position: absolute;left:0;bottom:0px;background: url("../../../images/login/dls/mddsj/footer1.png") no-repeat top left;width: 100%;height: 113px;z-index: 2;background-size: 100%;}
.bj_l_b{position: absolute;left:0px;bottom:0px;z-index: 1;background: url("../../../images/login/dls/mddsj/bj_l_b.png") no-repeat top left;width: 363px;height: 264px;background-size: 100%;}
.bj_t_r{position: absolute;top:0px;right:0px;z-index: 1;background: url("../../../images/login/dls/mddsj/bj_t_r.png") no-repeat top left;width: 513px;height: 256px;background-size: 100%;}
/*.login_left{position: absolute;top:50px;left:0px;background: url("../../../images/login/dls/mddsj/bj_q.png") no-repeat top left;width: 864px;height: 675px;}*/
.login_left{position: absolute;top:100px;left:110px;background: url("../../../images/login/dls/mddsj/bj_q1.png") no-repeat top left;width: 723px;height: 675px;}

.login_right{width: 500px;background: url("../../../images/login/dls/mddsj/login_ico1.png") no-repeat top left;background-size: 100%;height: 510px;left:58%;position: absolute;top:18%;}

.form_div{width: 367px;height: 55px;background:url("../../../images/login/dls/mddsj/form_user.png") no-repeat top left;background-size: 100%;margin: 30px auto 0;}
.form_div1{margin: 160px auto 0;}
.form_div input{border:0 none;background:none;color:#fff;width: 290px;height: 50px;line-height: 50px;font-size: 14px;margin-left: 65px;}
.form_div2{background-image:url("../../../images/login/dls/mddsj/form_pass.png")}
.input_sub{width:367px;height: 55px;margin: 50px auto 0; }
.input_sub input{width:367px;height: 55px;background:url("../../../images/login/dls/mddsj/form_button.png") no-repeat top left;background-size: 100%;border:none;cursor: pointer;}

@media screen and (max-width: 1480px) {
	.login_header .logo{width: 300px;height: 100px;}
	.login_header .top{width: 500px;margin-left: -250px;height: 100px;top:20px;}
	.login_right{width: 400px;top:24%;left: 62%;}
	.form_div{width: 267px;margin: 24px auto 0;}
	.form_div1{margin: 124px auto 0;}
	.form_div input{width: 190px;height: 37px;}
	.input_sub{width: 267px;margin: 24px auto 0;}
	.input_sub input{width: 267px;}
}