body,html{
    background:#000;
    font-family: Microsoft YaHei;
}
.logo_line{
    width:100%;
    height:auto;
    background:#fff;
}
.video_logo{
    width:1200px;
    height:83px;
    margin:0 auto;
    line-height: 83px;
}
.video_logo img{
    width:156px;
    height:auto;
    vertical-align:middle;
}
.video_center{
    width:1200px;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    padding-bottom: 74px;
}
.video_center .video_details{
    width:977px;
    height:auto;
    overflow:hidden;
    float:left;
}
.video_center .video_details .video_play{
    width:100%;
    height:513px;
}
.video_center .video_details .video_play iframe{
    width:100%;
    height:100%;
}
.video_center .video_details .video_content{
    width: 100%;
    height:auto;
    margin:30px 0 0 0;
    overflow:hidden;
}
.video_center .video_details .video_content .video_text{
    width:403px;
    height:auto;
    overflow:hidden;
    float:left;
    color:#fff;
}
.video_center .video_details .video_content .video_text .video_name{
    width:auto;
    height:auto;
    line-height: 37px;
    font-weight:bold;
    font-size:28px;
    color:#fff;
}
.video_center .video_details .video_content .video_text .video_desc{
    width:auto;
    height:auto;
    overflow:hidden;
    margin:20px 0;
    color:#fff;
    font-size:12px;
    line-height: 21px;
}
.video_center .video_details .video_content .video_text .video_company{
    width:auto;
    height:auto;
    overflow:hidden;
}
.video_center .video_details .video_content .video_text .video_company .company_name{
    width:auto;
    height:auto;
    max-height: 40px;
    line-height: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    display: -webkit-box;
    -webkit-line-clamp:2;
    color:#ABABAB;
    font-size:16px;
    font-size:400;
}
.video_center .video_details .video_content .video_text .video_company .go_company{
    width:130px;
    height:40px;
    line-height: 40px;
    text-align:center;
    background:#F6CF17;
    border-radius:25px;
    color:#333;
    font-size:14px;
    margin-top:12px;
    position: relative;
    top:0;
    left:0;
}
.video_center .video_details .video_content .video_text .video_company .go_company a{
    color:#333;
    display: block;
}
.video_center .video_details .video_content .video_text .video_company .go_company .white_{
    width:130px;
    height:40px;
    border-radius:25px;
    background:rgba(255,255,255,0.2);
    position: absolute;
    top:0;
    left:0;
    display: none;
}
.video_center .video_details .video_content .video_text .video_company .go_company:hover .white_ {
    display: block;
}
.video_center .video_details .video_content .video_goods{
    width:520px;
    height:140px;
    border-radius:12px;
    background:#fff;
    float:right;
    overflow:hidden;
}
.video_center .video_details .video_content .video_goods .goods_img{
    width:140px;
    height:140px;
    display: block;
    float:left;
}
.video_center .video_details .video_content .video_goods .goods_img img{
    width:100%;
    height:100%;
}
.video_center .video_details .video_content .video_goods .goods_content{
    width:340px;
    height:100%;
    float:right;
    padding:0 20px;
}
.video_center .video_details .video_content .video_goods .goods_content .goods_name{
    width:auto;
    height:52px;
    line-height: 26px;
    font-size:20px;
    font-weight:bold;
    color:#333;
    margin:13px 0 30px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    display: -webkit-box;
    -webkit-line-clamp:2;
}
.video_center .video_details .video_content .video_goods .goods_content .goods_price{
    width:auto;
    height:auto;
    line-height: 31px;
    font-size:24px;
    font-weight:400;
    color:#e24a4a;
}
.video_center .video_other{
    width:200px;
    height:auto;
    overflow:hidden;
    float:right;
}
.video_center .video_other .company_video{
    width:auto;
    height:auto;
    line-height: 21px;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    display: -webkit-box;
    -webkit-line-clamp:2;
    font-size:16px;
    font-weight:bold;
    color:#fff;
    margin:24px 0 13px 0;
}
.video_center .video_other ul{
    width:100%;
    height:auto;
    overflow:hidden;
}
.video_center .video_other ul li{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-bottom:10px;
}
.video_center .video_other ul li .video_img{
    width:200px;
    height:125px;
}
.video_center .video_other ul li .video_img img{
    width:100%;
    height:100%;
}
.video_center .video_other ul li .video_name{
    width:auto;
    height:auto;
    line-height: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    display: -webkit-box;
    -webkit-line-clamp:2;
    color:#fff;
    font-size:12px;
    margin-top:6px;
}
.video_center .video_other ul li a:hover .video_name{
    color: #F6CF17;
}




