﻿
/** =======================
 * Contenedor Principal
 ===========================*/
html,body{
	width : 100%;
	height: 100%;
}
*{
	padding: 0;
	margin : 0; 
}
.accordion {
    width: 252px;
    max-width: 252px;
    background: #FFF;
}

.accordion .link {
    cursor: pointer;
    display: block;
	width:225px;
	padding-left:30px;
    color: #fff;
    font-size: 16px;
    font-family: "微软雅黑";
	line-height:43px;
    position: relative;

	background:url(../images/dot0.jpg) no-repeat;
}

.accordion li{
    cursor: pointer;
}

/**
 * Submenu
 -----------------------------*/
.submenu {
	width:252px;
    display: none;
    background: #f5f6f6;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #fff;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
	line-height:35px;
    padding-left: 30px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover ,.submenu li.current a{
    background:url(../images/dot10.jpg) no-repeat;
    color: #fff;
	padding-left:60px;
}

/*http://www.jq22.com*/
