@charset "utf-8";
/* CSS Document */
.header{ width:100%; height:auto; margin:auto; }
.header_tao{ width:100%; height:30px; margin:auto; margin-bottom:3px; border-bottom:2px solid #ccc; background:#eee;}
.header_tao_list{ width:980px; margin:auto; height:30px;}
.header_tao_list b{ display:block; float:left; padding-top:5px; font-weight:normal;}
.header_tao_list b a{ color:#f00; margin-left:10px;}
.header_tao_list ul{ display:block; float:right; margin-right:10px;}
.header_tao_list li{ float:left; margin:5px 10px 0px 10px;}

.logo{ width:980px; margin:auto; height:120px; margin-bottom:3px;}
.logo b{ width:384px; height:120px; float:left; position:relative;}
.logo b span{ position:absolute; left:30px; bottom:8px; font-size:20px;}
.logo b span a{ color:#1d71b7;}
.logo b img{ width:384px; height:120px;}
.logo p{ display:block; float:right;width:595px; height:120px; overflow:hidden;}
.logo p img{ width:595px; height:120px;}

.nav{ width:980px;margin:auto; background:#00b9d5;}
.nav ul{overflow:hidden;}
.nav ul li{ float:left; width:122px; font-weight:bold; height:25px; line-height:25px;text-align:center;}
.nav ul li a{ color:#fff;}
.nav ul li a:hover{background:#eee; color:#333;}



























