.tabs div{
    display: none;
    clear: both;
}
.tabs .horizontal{
    margin:0 auto;width:1150px;
}
.tabs .horizontal li{
    float: left;
    list-style: none;
    height: 36px;
    line-height: 36px;
    background-color: #0c94ea;
    width:120px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
	color:#fff;
	border-radius:10px;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.tabs .horizontal li img{ vertical-align:middle;padding-right:5px;}
.tabs .horizontal li:not(:first-child){
    margin-left: 5px;
}

.tabs .horizontal li.selectActive{
    background-color: #006bc0;
    color: white;
}