.tab-wrapper {
clear:both;
display:block;
}

/*3782-------3840*/
.index-tabs {
clear:both;
display:block;
margin-top:40px;
margin-bottom:70px;
position:relative;
}

.index-tabs .tab-button {
background-color:#f7fafa;
border:1px solid #ddd;
border-bottom:0;
color:#999;
cursor:pointer;
display:block;

font-size:16px;
font-weight:300;
height:48px;
line-height:48px;
padding-left:20px;
padding-bottom:0!important;
position:absolute;
top:0;
left:0;
width:270px;
}


.index-tabs .tab-button:hover  {
background-color:#fff;
}
.index-tabs .tab-active .tab-button {
background-color:#fff;
border:1px solid #ddd;
border-bottom:0;
color:#383636;
font-weight:500;
height:49px;
line-height:49px;
z-index:999;
}


.index-tabs .tab-2 .tab-button {
left:309px;

}

.index-tabs .tab-3 .tab-button {
left:618px;

}

.index-tabs .tab .tab-button span {
display:block;
float:left;
height:24px;
margin-top:10px;
margin-right:10px;
width:27px;
}

.index-tabs .container {
background-color:#fff;
border:1px solid #ddd;
clear:both;
display:block;
margin-bottom:49px;
position:relative;
top:49px;
overflow:hidden;
padding:30px 20px;
}

