@charset "utf-8";
/* CSS Document */
.land{top:0;background:url(../images1/50black.png);width:100%;border:1px solid #fff;_height:1080px;min-height:1080px; position:fixed; z-index:99999999}
.land ul{width:420px; height:250px;background:#fff;top:50%;left:50%;position:absolute;margin-top:-320px;margin-left:-210px;padding-top:70px;}
.land ul{-moz-border-radius:10px;/* Gecko browsers */ -webkit-border-radius:10px;/* Webkit browsers */  border-radius:10px;/* W3C syntax */}

.land ul input{line-height:40px;border:1px solid #ccc;width:260px;font-size:14px; text-indent:10px;color:#444;margin:10px 79px 5px 79px;}
.land ul input{-moz-border-radius:3px;/* Gecko browsers */ -webkit-border-radius:3px;/* Webkit browsers */  border-radius:3px;/* W3C syntax */}

.land ul .btn{display:block;width:260px;line-height:36px;background:#237cf7;color:#fff; text-align:center;font-size:18px;margin:0 auto;margin-top:10px}
.land ul .btn:hover{background:#c11;}
.land ul .btn{-moz-border-radius:5px;/* Gecko browsers */ -webkit-border-radius:5px;/* Webkit browsers */  border-radius:5px;/* W3C syntax */-webkit-transition:all 0.3s ease-out;-khtml-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}

.land ul p{line-height:48px;width:260px;margin:0 auto;}
.land ul p a{display:block;float:left;width:33%;text-align:center; color:#666;font-size:14px;}
.land ul p a:hover{color:#237cf7;text-decoration:underline}

.land span{color:#c11;font-size:14px; position:absolute;top:50px;margin-left:79px;line-height:20px;}
.land .l_close{background:url(../images1/close-l.png) center no-repeat;width:30px;height:30px;display:block; position:absolute; right:15px;top:15px}