.cd-top{
    bottom:60px !important;
}
.bottom p a{
    color:#ddd;
}
.quick_links{
    top:auto;
    bottom:100px;
}

#elisence{
    float:left;
    padding-left:120px;
}
#elisence img{
    height: 40px;
    width: auto;
}
.index-about{
   
}
.index-about-data .round{
    color:#FFF;
    background-color: #415b76;
}
/* 首页视频背景样式 */
.video_show {
    max-width:1920px;
    margin:0 auto;
    background:#ffffff;
    box-sizing:border-box;
   }
   .video_show .video {
    width:100%;
    position:relative;
    height:670px;
    overflow:hidden
   }
   .video_show .video_txt {
    position:relative;
    color:#ffffff;
    vertical-align:middle;
    max-width:1040px;
    padding-top:6%;
    text-align:center;
   }
   .video_show .video_txt h1 {
    font-size:38px;
    padding:30px 0
   }
   .video_show .video_txt p {
    font-size:18px;
    line-height:36px
   }
   .video_show .video_txt p a {
    display:block;
    width:200px;
    padding:0 20px;
    color:#ffffff;
    background:none;
    border:1px solid #ffffff;
    margin:15% auto 0 auto;
    border-radius:5px;
    transition:all .4s ease
   }
   .video_show .video_txt p a:hover {
    background:#d20b17;
    color:#ffffff;
    border:1px solid #d20b17;
    transform:translate(0, -10px)
   }
   .videobg {
    max-width:1920px;
    position:relative;
    top:-674px;
    height:670px;
    overflow:hidden
   }