
/*最新动态*/
.welcome a{
    color: #fff;
}
.hvr-bounce-to-bottom {
    line-height: 1.5;
    height: 370px;
}
.welcome span.glyphicon{
    font-size: 3em;
    padding: 0.5em;
    color: #fff;
}
.news-more {
    display: inline-block;
    padding: 0 18px;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
/*广告位*/
.poster-container {
    position: relative;
    height: 0;
    opacity: 0;
    transition: all .8s;
}
.poster-container  a {
    display: block;
}
.poster-container .poster-img {
    max-width: 100%;
}
.poster-container.active {
    opacity: 1;
    height: 110px;
}
.poster-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    padding: 5px;
    border: 1px solid transparent;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #eee;
    background: rgba(255,255,255,.6);
}

/*公司宣传片*/
.vicson-video-content {
    position: relative;
}
.vicson-video {
    padding-top: 30px;
    padding-bottom: 30px; 
}
.vicson-video-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -40px; 
    margin-left: -40px; 
    border: 1px solid #eee;
    border-radius: 50%;
    transition: all 1s;
}
.vicson-video-btn > i {
    margin-top: 14px;
}
.vicson-video-btn:hover {
    box-shadow: 0 0 20px #fff;
}
