@charset "utf-8";
/* 配置默认样式 */





/*----- 重置元素样式 -----*/
body,div,h1,h2,h3,h4,h5,h6,img,li,ul{background: transparent;font-size: 100%;margin: 0;padding: 0;border: 0;}


/*预置全局样式*/
body{background-color: #fff;color: #222;font-size: 14px;line-height: 1.42857143;font-family: "Microsoft YaHei", "Helvetica Neue";cursor: default;}

a{color: #444;text-decoration: none;}
a:hover{color: #f70;}
li,ol,ul{list-style: none;vertical-align: middle;}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight: 500;}

.container{clear: both;margin: 0 auto;width: 1200px;overflow: hidden;}






/* -----------  菜单导航栏  ------ */
.navFixed{ margin:0px auto;}    /* 用于菜单 */

 
#nav .container{padding:0;overflow:visible;}


#mainNav {background-color:#eee; height:48px;}


#mainNav ul{text-align:center;}
#mainNav .li1{position:relative;float:left;width:120px;height:48px;line-height:48px;text-align:center;}
#mainNav .li1 a{display:block;height:48px;line-height:48px;font-size:16px;transition: all 150ms ease-out 0s;   background-color:#eee   /*自己加上的*/ ;}
#mainNav .li1 a:hover{color:#333; text-decoration:none;}

#mainNav li.on h3 a{background:url(?dfiles/11939/templates/default/skins/default/outside2_common_files/my_menu_files/images/navbgon.jpg) repeat-x 0 bottom;color:#0d67bb;}
#mainNav li .on1 a{background:#0d67bb;color:#fff;}


.submainNav{width:100%;position:absolute;top:48px;}   /*  这里的 绝对定位是 相对于 #nav 的，div.submainNav  是各个下拉子菜单；每个子菜单都是绝对定位在同一位置，使用 jQuery("#nav").slide()来正确显示 */

.submainNav .subNav{display:none;background-color:#F5F5F1;/* 这里的背景色是下拉子菜单的背景 */border-top:1px solid #f2f2f2;padding:30px 0;box-shadow:0 3px 3px rgba(0,0,0,.10);overflow:hidden; border-bottom:#8A8A8A 1px solid;}
.submainNav .subNav .pic{margin-right:30px;float:left;width:380px;overflow:hidden;}
.submainNav .subNav .pic img{max-width:100%;}
.submainNav .subNav .subNavList{float:right;width:250px;padding-left:25px;margin-left:25px;background:url(?dfiles/11939/templates/default/skins/default/outside2_common_files/my_menu_files/images/subnav10.png) no-repeat 0 center;}
.submainNav .subNav .subNavList li{float:left;width:49.9%;line-height:30px;text-align:center;}
.submainNav .subNav .subNavList li a{margin:5px;display:block;background-color:#fafafa;border:1px solid #d8d8d8;border-radius:2px;}
.submainNav .subNav .subNavList li a:hover{background-color:#eee;}
.submainNav .subNav .txt{line-height:1.8;color:#666;overflow:hidden;}
.submainNav .subNav .txt p{padding-bottom:5px;text-indent:2em;}


/*
.submainNav #subNav2 .subNavList{width:470px;}  
.submainNav #subNav2 .subNavList li{width:33.33%}  
*/

.three_subMenu_every_line{width:470px !important ;}  /*  这里设置width 作用是：让 子菜单项 每行显示3个 */
.three_subMenu_every_line li{width:33.33% !important ;} 


#subNav10 #wx {position: relative;}
#subNav10 #wx .pic{display: none; position: absolute; left:-175px; top: -55px;width: 150px; padding: 4px; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, .3);}
#subNav10 #wx .pic img{width: 150px; height: 150px;}
#subNav10 #wx a:hover .pic{ display:block;}



#mainNav #liID1 .h1 a{background:none !important;color:#000 !important;}
#mainNav #liID1 .on1 a{background:#0d67bb !important;color:#fff !important;}
#mainNav #liID1 .h1 a:hover{background:url(?dfiles/11939/templates/default/skins/default/outside2_common_files/my_menu_files/images/navbgon.jpg) repeat-x 0 bottom !important;color:#0d67bb !important;}
#subNav1 {display:none !important;}
#subNav9 {display:none !important;}
