/*****************************************************************************************
全局样式
******************************************************************************************/
html{ overflow-y:scroll; overflow-x: hidden; }/**防止刷新网页时左右抖动**/
html,body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0; padding:0;list-style:none;}
body{background:#fff;font-family:"微软雅黑";}
.clear{clear:both;height:0;line-height:0px;font-size:0;overflow:hidden;}
.clearfix:after{clear:both;height:0;display:block;visibility:hidden;content:".";}
.clearfix{zoom:1}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#00aded;text-decoration:none;outline:none;}


/****************************************************
顶部导航条CSS十一
*****************************************************/

.g_nav{ height:60px; background:#0e6fda;}
.g_nav01{ width:1100px; margin:0 auto;}

.g_nav01 table tr td{ text-align:center; border-right:#a2dbfe solid 1px; height:60px; line-height:60px; position:relative}/**右侧竖条**/

.g_nav01 td.now a>div, .g_nav01 td:hover a>div{width:100%; height:3px; background-color:#fabe00; position:absolute; top:57px;}/**底部跟随的黄色底条**/

.g_nav01 a{ height:60px; line-height:60px; display:block; color:#fff; font-size:16px;}

.g_nav01 table tr td a{ color:#fff;font-family:"微软雅黑"; }

.g_nav01 table tr td a:hover{ color:#fff; font-family:"微软雅黑"; }

/***.g_nav01 a span{font-size:12px; color:#baa58c;}***/

/****以下是副导航****/
.g_nav01 table tr td .nav_tan{ display:none; width:100%; position:absolute; left:0; top:60px; padding:5px 0 10px 0; background-color:#0099ff; opacity:0.95; z-index:100;}

.g_nav01 table tr td .nav_tan a{ width:90%; color:#fff; background:none; padding:0; margin:0 auto; line-height:30px; height:30px; font-size:12px; border-radius:0;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.g_nav01 table tr td .nav_tan a:hover{ width:90%; background:#ffa200; padding:0; margin:0 auto; line-height:30px; height:30px; font-size:12px;}

