
html,
body{
}

.ndbgzd_bodybg{
	position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  background: url(./img/bg_ndbgzd.jpg) no-repeat center center;
  background-size: cover;
  font-family: "微软雅黑";
  background-attachment:fixed;
}
a {
	color: #fff; text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.title_box{margin:0px auto;width:700px;padding-top:5%;height:10%;text-align: center;}
.input_box{margin:0px auto;width:700px;padding-top:1%}
.inpub_box_right{
	float:right;
	width:330px;
	height:300px;
	border-radius: 10px;
	background:#fff;
	margin-top:5%;
    margin-right:90px;
}
.box_form{margin:0px auto;padding:20px;width:280px;height:60%}	
.box_uid{margin-top:20px;width:280px;height:32px;padding-top:4px;border:1px solid #ccc;border-radius: 5px;}
.box_uid img{float:left}
.box_uid input{float:left;width:200px;height:30px;font-size:16px;border:0px;outline:none;color:#666}
.box_huadong{margin-top:20px}
.blue_button{width: 280px;
    height: 36px;
    margin-top: 10px;
    background: #015ebd;
    background-position: left top;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weght: bold;
    border: none;
    cursor: pointer;}

    /*滑动验证码*/

        #slide_box {
            width: 100%;
            height: 36px;
            text-align: center;
            line-height: 36px;
            font-size: 14px;
            color: #717171;
            background-color: #e8e8e8;
            border: none;
            margin-bottom: 20px;
    		border-radius:5px;
        }

        #slide_xbox {
            width: 34px;
            height: 34px;
            text-align: center;
            line-height: 36px;
            font-size: 14px;
            color: #fff;
            position: absolute;
            background: #00cc66;
            border:1px solid #cccccc;
            border-radius: 5px;
        }

        #btn {
            cursor: pointer;
            width: 34px;
            height: 34px;
            float: right;
            -webkit-box-shadow: 0px 0px 15px 0px #ddd;
            -moz-box-shadow: 0px 0px 15px 0px #ddd;
            box-shadow: 0px 0px 15px 0px #ddd;
            color: #8a8c97;
            background:#fff url(./img/huadong.png) 0 0 no-repeat;
            background-size: 100% 100%;
          
            
        }

        #btn > .iconfont {
            font-size: 20px;
        }
.bottom{width:100%;margin-top:20%;height:30%;text-align:center;line-height:24px;clear:both;color:#fff;padding-top:40px;font-size:14px;}        