/*默认字体设置*/
html,body{font: 12px '微软雅黑','Microsoft Yahei','Arial', "ＭＳ Ｐゴシック", 'Geneva', sans-serif, 'Osaka',"ヒラギノ角ゴ Pro W3";color: #333;margin:0 auto;min-height:100%;}
button,form,iframe{font-family: "微软雅黑";}
/*默认清零设置*/
body, h1,header,footer, h2, h3, h4, h5, h6, ul, ol, li, dl, dd, p, form { margin:0; padding:0;font-weight: normal; }
/*列表默认设置*/
ul,ol,li{list-style:none;}
input,button{margin:0;font-size:12px;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}
/*图片默认设置*/
img { border:none;border:0;vertical-align: middle;}
/*去除表单的阴影边框*/
input[type="button"], input[type="submit"], input[type="reset"],input[type="password"],input[type="number"],input[type="text"] {  font-family: "微软雅黑", Verdana, "Microsoft Yahei", STXihei;-webkit-appearance: none; outline: none;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; -ms-box-sizing: border-box;-o-box-sizing: border-box;}
textarea {  -webkit-appearance: none;}   
textarea:focus, input[type=search]:focus, input[type=text]:focus, input[type=password]:focus, input[type=tel]:focus,input[type=number]:focus {
  border: 2px solid #61a1df;
}
/* 清除浮动 */
.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; line-height: 0px;}
.clearfix { display: inline-table; }
* html .clearfix { height:1%; }
*+html .clearfix { zoom:1;}
.clearfix { display:block;}
/* 超链接默认设置*/
a:focus { outline: none; }  
a{ color:#fff; text-decoration: none;}
/*a:hover{text-decoration: underline;}*/

/*两端对齐*/
.justify{
   text-align: justify;
   text-justify: inter-ideograph;/*IE*/
}
.justify_item{
   vertical-align: top;
   display: inline-block;
   *display: inline;
   zoom:1;
}
.fixJustify{
   margin: 0 !important;
   padding: 0 !important;
   border:0 !important;
   height: 0 !important;
   vertical-align: top;
   display: inline-block;
   *display: inline;
   zoom:1;
}

/*header*/
#header{
   background: transparent;
   height: 70px;
   color:#fff;
   position: relative;
   z-index:2;
}
.header_box{
   width:87%;
   margin: auto;
}
#logo{
   float: left;
   height: 70px;
   width: 30%;
   text-indent:-9999px;
   background: url(/ued/images/官网logo.png) no-repeat 1px 19px;
}
.r_login_box,.info{
   float: right
}
.info{
   margin-right: 75px;
}
.info li{
   float: left;
   font-size: 16px;
}
.info li a{
   padding: 0 20px;
   height: 68px;
   line-height:68px;
   display: block;
}
.info li a.current{
   border-bottom:#2ca14d solid 2px;
}
.r_login_box a{
   margin: 0 10px;
   padding: 5px 15px;
   border: #2ca14d solid 1px;
   border-radius: 5px;
   margin-top: 19px;
   display: block;
   float: left;
   font-size: 16px;
}
#register{
   background: #2ca14d;
}
#login:hover{
   background: #2ca14d;
}
#register:hover{
   background: #269C47
}
/*footer*/
#footer{
   background: #1f1c23;
   padding: 30px 0;
   margin-top: 60px;
}
#footer p{
   text-align: center;
   color: #fff;
   font-size: 14px;
   margin:50px 0 15px 0;
}
.footer_box{
   width: 87%;
   margin: auto;
}
.footer_box img{
   width: 87%;
}