@charset "utf-8";
/* CSS Document */
*{font-size:10pt;border:0;margin:0;padding:0;}

body{font-family: Arial,"微软雅黑","宋体","Microsoft YaHei"; margin:0 auto;min-width:auto;background-color: #1c77ac; background-image: url(../images/light.png);
    background-repeat: no-repeat; background-position: center top; overflow: hidden;}
img{border:0;}
dl,dt,dd,span{margin:0;padding:0;display:block;}
a,a:focus{text-decoration:none;color:#000;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{color:#00a4ac;text-decoration:none;}

/*nav*/
.top{height:47px; position:absolute; top:0; background:url(../images/top-bg.png) repeat-x;z-index:100; width:100%;}
.top span{color:#fff; line-height:47px;text-indent:44px; color:#afc5d2; float:left;}

.main{background:url(../images/main-bg.png) no-repeat center center; width:100%; overflow:hidden; position:absolute; top:47px;text-align:center;margin:0 auto;}
.maintop{text-align: center; margin-top: 100px;font-family:微软雅黑,宋体;font-size:25pt;color:White;font-weight:bold;padding-top:40px;text-shadow:#222 5px 5px 10px;letter-spacing:3px;}
.mainbody{width:60%;margin:80px auto 20px;text-align:center;}
.mainbody .nav{width:200px;height:240px;display:inline;cursor:pointer;}
.mainbody span{height:40px;margin:20px 0px;}
.mainbody .login input{width:78%;float:left;margin-right:5px;}
.mainbody .login img{width:20%;float:right;height:38px;}

.footer{height:50px; line-height:50px; text-align:center; background:url(../images/footer-bg.png) repeat-x;position:absolute; bottom:0; width:100%; color:#0b3a58;}
.footer a{font-weight:bold;color:#0b3a58;}
.footer a:hover{color:#fff;}


