﻿@charset "utf-8";
/* CSS Document */
#menuav{ background:#F02C14;height:50px; line-height:50px; overflow:hidden;}
.menunav{ width:1004px; margin:0px auto; color:#FFF; body {font-family: 楷体;}}
.menunav li{ float:left;}
.menunav li a{ color:#fff;padding:0 25px; display:inline-block body {font-family: 楷体;}}
.menunav li a:hover{ color:#fff; text-decoration:none;body {font-family: 楷体;}}
.aselect {  }



/*********** 返回顶部 ************/
.returnTop {
    position: fixed;
    _position: absolute;
     left:50%;
	 margin-left:515px;
    bottom: 10px;
    _bottom: auto;
    display: none;
    width: 54px;
    height: 54px;
	background:url(/skin/default/images/gotop.png) no-repeat right center;
    text-indent: -9999px;
    cursor: pointer;
}

.returnTop:hover {
    position: fixed;
    _position: absolute;
     left:50%;
	 margin-left:515px;
    bottom: 10px;
    _bottom: auto;
    display: none;
    width: 54px;
    height: 54px;
	background:url(/skin/default/images/gotop.png) no-repeat left center;
    text-indent: -9999px;
    cursor: pointer;
}
