﻿@charset "utf-8";
.tabbox{width:1080px;height:550px; font-family:'寰蒋板呴粦'; }
.tabbox .tab{overflow:hidden; background-color: #ffffff; }

.tabbox .tab a{display:block;padding:10px 54px;float:left;text-decoration:none;color:#555555; font-family:"寰蒋板呴粦"; font-size:18px;background-color: #ffffff;  }
.tabbox .tab a:hover{background:#E64E3F;color:#fff;text-decoration:none;}


.tabbox .tab a.on{color:#fff;text-decoration:none;background-color:#e64e40;}



.tabbox .content{overflow:hidden;width:1080px;height:510px;position:relative; }



