/*=========ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥===========*/

div#menu	{
    width:100%;
    height: 62px;
    margin:0px;
    padding:0px;
}

div#mainmenu	{
	margin: 0 0px;
	padding:0;
	display: flex;
	justify-content: center;
}

div#mainmenu ul {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 3px 10px 3px;
}

div#mainmenu li{
    float: right;
    display: inline;
    margin: 0 10px 0 10px;
    padding: 0 0px 0 0px;
    border: 1px solid #e5e5e5;
}
div#mainmenu li:hover{border: 1px solid #f74335;}
div#mainmenu a{
    display: block;
    width: 102px;
    text-align: center;
    font: 14px/34px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
}

div#mainmenu a:link,div#mainmenu a:visited{
    color: #888;
    text-decoration: none;
}

div#mainmenu a:hover,div#mainmenu a:active{
    color: #fff;
    font-weight: bold;
    /* background: url(menu_p.png) no-repeat 50% -36px; */
    text-decoration: none;
}

div#mainmenu a.current{
    color: #fff;
    font-weight: bold;
    background: #f74335;
}


div#smenu	{width: 100%;display: flex;justify-content: center;text-align: center;padding: 0;height: 25px;}

div#smenu .smenuright{
	margin:0;
	float:right;
	width:9px;
	height:26px;
}



div#smenu ul{display:none;margin: 0px;}

div#smenu li {margin: 0px 10px 0px 10px;height: 25px;list-style-type: none;line-height: 25px;float: right;color:#666;white-space: nowrap;}
div#smenu li:hover{background:#f74335;color:#fff;}
div#smenu a:link,div#smenu a:visited,div#smenu a:active{margin:0 6px;color:#666;font: 12px/25px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;text-decoration: none;}

div#smenu a:hover{color:#fff;line-height:25px;}




