@charset "utf-8";
/* CSS Document */
/*------------通用规则，重置样式规则--------------*/
body{color:#333;background:#1b6d85;font: normal 100% sans-serif;position: relative;}
*{margin:0px;padding:0px;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
.left{float:left;}
.right{float:right;}
/*清除盒子左右两边的对齐方式*/
.clear{clear:both;}   
li{list-style-type:none;}
/*标题*/
/* body{background:url(../pic/bg.png);height:1000px;} */
#one01 #A1{position: relative;top:-83px; left:350px;}
#one01{width:1000px;height:86px;border:2px solid #EC1417; margin:0px auto;text-align: center;background: url(../pic/647.png);}
#one01 h1{color:#17E6F8;font-size:2em; }
#one01 h2{color: red;font-size: 2em; }
#one01 a{color:red; }
/*导航条*/
#dh{width:1000px;height:50px; margin:0px auto;font-size:1em;border: 2px solid #00FFC1;position: relative; z-index:999;}
#dh ul{text-align: center;line-height: 50px}
#dh ul li{height:50px;width:100px; margin:0 auto;float:left;background-color: #cccccc;}
#dh ul li ul li {float: none;height:50px;width:100px;z-index:999;}
#dh a{display: block;text-decoration: none;text-align:center;color:red;z-index:999;}
#dh .one{border:0px solid red;}
#dh .two{width:80px;display:none;}
#dh .one li:hover .two{display:block;}
#dh ul li ul li a:hover {display:block;background-color: #0CC;}
#dh ul li a:hover{background-color: #FFC116;}
