@charset "utf-8";
/*********************************************** 横向主导航条 ***********************************************/
#MainMenu{ width:100%; margin:0 auto; position: absolute; top:0; left:0; z-index:9999;}
.logobg{width:100%; background:#FFF;}
.logo{ width:62.5%; margin:0 auto;background:url(../images/logo-t.png) no-repeat left center; background-size:200px; text-align:right; font-size:1.4rem; font-style:italic;}
.logo ul{ display:inline-block; text-align:right; padding:50px 0 20px 0; }
.logo ul li{ display:inline-block; float:left; padding:0 20px; font-weight:bold; font-family: "Times New Roman", Times, serif;} 
.logo ul li img{ display:inline-block; width:20px; padding-right:10px;}
.ddsmoothmenu{ width:100%;margin:0 auto;text-align:center; background: rgba(0,0,0,0.5);} 
.ddsmoothmenu>ul{margin:0 auto;padding:0;font-size:1.8rem; color:#354b77; display:inline-block;  font-weight:bold;}
.paddingtop{ padding-top:80px;}
/*主菜单设置*/
.ddsmoothmenu>ul li{ display:inline-block;float:left;position:relative;}
.ddsmoothmenu>ul>li>a{}

.ddsmoothmenu>ul>li>a>span{display:block;padding:20px 50px}
/*主菜单连接效果设置*/
.ddsmoothmenu>ul li a:link,.ddsmoothmenu ul li a:visited{color:#fff}
.ddsmoothmenu>ul li a:hover{ color:#fff;transition:all 0.5s;}
.ddsmoothmenu>ul>li>a:hover span{color:#fff;border-bottom:2px solid #fff; }
.ddsmoothmenu>ul li a:active{}
.ddsmoothmenu>ul li a:active span{color:#fff}
/*主菜单当前所在页面*/
.ddsmoothmenu>ul>li a#menu_selected{color:#f15f43;}
.ddsmoothmenu>ul>li >a#menu_selected>span{color:#f15f43;}
.dropdown-h>a{display:block;}
/*子集菜单设置*/
.menudown{ margin:0 auto;overflow:hidden; font-size:1.3rem;}
.ddsmoothmenu ul.menulevel{ width:280px;position:absolute;left:10px;top:64px; z-index:9999; display:none;  background:#f15f43;text-align:left;}
.ddsmoothmenu ul.menulevel li{ width:100%;border-bottom:1px solid #000;}
.ddsmoothmenu ul.menulevel li a{padding:15px 20px; display:block; transition: all 0.3s;}
.ddsmoothmenu ul.menulevel li a:link,.ddsmoothmenu ul.menulevel li a:visited{color:#fff;}
.ddsmoothmenu ul.menulevel li a:hover{color:#354b77; background:rgba(255,255,255,1)}

/*子集菜单连接效果设置*/

