@charset "utf-8";

*{margin: 0;padding: 0;border-radius: 0;}
body{font-size:12px;font-family: "微软雅黑";}
ul,li{list-style: none;margin: 0;padding: 0;}
a{text-decoration: none;}
img{border: none;}

#checkbox{display: none;}
#cd{display: none;}

.nav ul li a{color: #333}


/*返回顶部*/
#top{width: 50px;height: 0px;position: fixed;top:530px;right: 15px;z-index: 100000;transition: 0.5s;cursor: pointer;background: url(../images/top.png);}
#top:hover{opacity: 0.2;}

