@charset "utf-8";
/* CSS Document */

.fys {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
	
	}
.fys > li {
    display: inline; }
.fys > li > a,
.fys > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.fys > li:first-child > a,
.fys > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.fys > li:last-child > a,
.fys > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.fys > li > a:hover, .fys > li > a:focus,
.fys > li > span:hover,
.fys > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.fys > .active > a, .fys > .active > a:hover, .fys > .active > a:focus,
.fys > .active > span,
.fys > .active > span:hover,
.fys > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }