* {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.clear {
    clear: both;
}
.menus {
    width: 100%;
    margin: 40px auto;
}
.menus ul {
	margin-bottom:10px;
    width: 1082px;
    border-bottom: 2px solid #009FE9;
    position: relative;
    float: left;
}
.menus li {
    float: left;
    width: 212px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}
.menus li:nth-child(2) {
    color: #fff;
}
.menus .bg {
    width: 212px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #009FE9;
    z-index: -1;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

.tab {
    width: 1062px;
    border: 1px solid gray;
    color: #666;
    font-weight: bold;
    padding:10px;
    display: none;
}
.show {
    display: block;
}
.title {
    text-align: center;
    padding: 20px;
    background: #ccc;
}