/*样式清除*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {padding: 0; margin: 0;}
body{ font-family:"微软雅黑"; font-size:14px; overflow-x:hidden;}
div,li,ul,img,a{ list-style:none; outline:none; border:none; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
body{
    background: #fff;
}
a {
    color: #293134;
    text-decoration: none;
    _color: #293134;
}
a:hover {
    text-decoration: none;
    color: #3d6d9e;
}
a:focus {
    text-decoration: none;
}
.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.fixed {
    display: block;
    min-height: 1%;
}
.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
img {
    outline: none;
    border: none;
}
::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.w1200{
    width: 1200px;
}
.ml30{
    margin-left: 30px !important;
}
.mr0{
    margin-right: 0 !important;
}
.tabberlive .tabbertab { overflow:visible; overflow:hidden; outline:none;}
.tabberlive .tabberhide  { display:none}
.tabberlive .tabbertabhide { display:none;}
.tabberlive .tabberactive {
    display: block;
}
