body{
    background-color: #EAEBEB ;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
 .bu-banner-area-content{
        height: 720px;
    }
.co-operation-area-content{
    height: 627px;
    background-size: cover;
}
.content-bg-co-operation-area{
    position: relative;
    width: 70%;
    min-width: 1200px;
    height: 382px;
    margin: 0 auto;
    padding-top: 66px;
    background-size: contain;
}
.hk-area-content{
    height: 550px;
    background-size: cover;
}
.content-bg-hk-area{
    padding-top:34px;
}
.future-area-content{
    height: 520px;
    background-size: cover;
}
.log-area-content{
    height: 460px;
    background-size: cover;
    margin-top: -80px;
}
.video-area{
    width: 500px;
    height: 312px;
}
.text-area{
    width: 494px;
    padding-left: 30px;
    padding-right: 36px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.text-area-title{
    width: 494px;
    position: absolute;
    left: 0;
}
.video-text{
    overflow: hidden;
    position: relative;
}
.floatR{
    float: right;
}
.floatL{
    float: left;
}
.text-title{
    line-height: 48px;
    color: #2C95D3;
    padding-right: 16px;
}
.more-span{
    color: #2C95D3 !important;
    cursor: pointer;
}
.more-icon{
    vertical-align:sub;
}

 .video-text .news-item{
        font-size: 13px;
        color: #333333;
        line-height: 24px;
        /*background: url(dot.png) 0px 6px no-repeat;*/
        text-indent: 20px;
  }
.news-area{
    margin-top: 40px;
}
.news-area .news-item{
    float: left;
    width: 300px;
    box-sizing: border-box;
    padding: 40px 20px 21px 20px;
    /*background: url("pic_fly.png") no-repeat 20px 20px;*/
}
.news-area .news-item .news-title{
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-area .news-item .news-abstr{
    margin-top: 13px;
    font-size: 13px;
    color: #666666;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*    future*/
.future-area-top{
    height: 88px;
    margin-bottom: 30px;
}
.future-area-type{
    margin-top: 52px;
}
.future-area-top .pic-type{
    float: left;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px #7FC8EE;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    margin-left: 10px;
}
.future-area-top .pic-type.active, .future-area-top .pic-type:hover{
    background: #2C75D3;
    color:#ffffff;
}
.more-div{
    display: block;
    position: relative;
    left: 188px;
    top: 43px;
    background: transparent;
    width: 85px;
    height: 50px;
    cursor: pointer;
}
.future-swiper-area .swiper-slide{
    width: 366px;
    height: 340px;
    box-shadow: 0px 4px 12px 0px rgba(226, 226, 226, 0.72);
    text-align: center;
}
.pic-desc{
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #333333;
    padding: 0 20px;
    background-color: #FFFFFF;
    cursor: pointer;
    width: 346px;
    margin-left:6px;
}
.pic-desc .title{
    font-weight: bold;
}
.pic-desc:hover{
    color: #1380C0;;
}
.swiper-button-next ,.swiper-button-prev{
    width: 60px;
    height: 60px;
}

.swiper-container{
    margin-bottom: 50px;
}
.log-area-top{
    padding-top: 90px;
}
.log-news-area{
    background-color: #FFFFFF;
    padding:15px 30px;
    overflow: hidden;
}
.log-news-item{
    width: 570px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.log-news-item .news-date{
    width: 64px;
    height: 64px;
    background: #F8F8F8;
    text-align: center;
}
.log-news-item .news-date .date{
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #2C75D3;
    line-height: 40px;

}
.log-news-item .news-date .data-y-m{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 19px;
}
.log-item{
    display: block;
    width: 480px;
    line-height: 64px;
    padding-left:14px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.log-item:hover{
    color: #2C75D3;
}
.video-js .vjs-big-play-button{background:rgba(255,255,255,.3);border-radius: 100%;border:none;left:43%;top:43%;width:1.5em;}