.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}



/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.w1920, .tong1 {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    position: relative;
}

.w1200, .tong {
    width: 1200px;
    margin: 0 auto;
}
.banner-item img{cursor: default;}
.fang {
    display: block;
    overflow: hidden;
}

.fang img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.fang:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.container {
    width: 1200px !important;
    padding: 0;
}

.box_voann, .box_voann * {
    box-sizing: content-box;
}

p{
    margin: 0;
}

